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

References

tools/clang/lib/Parse/ParsePragma.cpp
 1404   if (Info->Action == PragmaAttributeInfo::Pop) {
 1406     Actions.ActOnPragmaAttributePop(PragmaLoc, Info->Namespace);
 1410   assert((Info->Action == PragmaAttributeInfo::Push ||
 1411           Info->Action == PragmaAttributeInfo::Attribute) &&
 1414   if (Info->Action == PragmaAttributeInfo::Push && Info->Tokens.empty()) {
 1414   if (Info->Action == PragmaAttributeInfo::Push && Info->Tokens.empty()) {
 1416     Actions.ActOnPragmaAttributeEmptyPush(PragmaLoc, Info->Namespace);
 1420   PP.EnterTokenStream(Info->Tokens, /*DisableMacroExpansion=*/false,
 1424   ParsedAttributes &Attrs = Info->Attributes;
 1568   if (Info->Action == PragmaAttributeInfo::Push)
 1569     Actions.ActOnPragmaAttributeEmptyPush(PragmaLoc, Info->Namespace);