reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTWriter.cpp
 4508   Record.push_back(SemaRef.PackStack.CurrentValue);
 4509   AddSourceLocation(SemaRef.PackStack.CurrentPragmaLocation, Record);
 4510   Record.push_back(SemaRef.PackStack.Stack.size());
 4511   for (const auto &StackEntry : SemaRef.PackStack.Stack) {