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

References

gen/tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc
 4377   } else if (AttributeCommonInfo::AS_Pragma == Syntax) {
gen/tools/clang/include/clang/Sema/AttrSpellingListIndex.inc
  815     if (Name == "loop" && getSyntax() == AttributeCommonInfo::AS_Pragma && Scope == "clang")
  817     if (Name == "unroll" && getSyntax() == AttributeCommonInfo::AS_Pragma && Scope == "")
  819     if (Name == "nounroll" && getSyntax() == AttributeCommonInfo::AS_Pragma && Scope == "")
  821     if (Name == "unroll_and_jam" && getSyntax() == AttributeCommonInfo::AS_Pragma && Scope == "")
  823     if (Name == "nounroll_and_jam" && getSyntax() == AttributeCommonInfo::AS_Pragma && Scope == "")
tools/clang/lib/Parse/ParseStmt.cpp
 2063                      ParsedAttr::AS_Pragma);
tools/clang/lib/Sema/SemaAttr.cpp
  578                                          AttributeCommonInfo::AS_Pragma,
  594                            AttributeCommonInfo::AS_Pragma);
tools/clang/lib/Sema/SemaDecl.cpp
 9041         PragmaClangTextSection.PragmaLocation, AttributeCommonInfo::AS_Pragma));
 9048         CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma,
 9588         CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma,
12449           Stack->CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma,
12461                                                AttributeCommonInfo::AS_Pragma));
12627           AttributeCommonInfo::AS_Pragma));
12632           AttributeCommonInfo::AS_Pragma));
12637           AttributeCommonInfo::AS_Pragma));
12642           AttributeCommonInfo::AS_Pragma));
17603                            AttributeCommonInfo::AS_Pragma);
17628     PrevDecl->addAttr(WeakAttr::CreateImplicit(Context, PragmaLoc, AttributeCommonInfo::AS_Pragma));
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7385                                            AttributeCommonInfo::AS_Pragma));
 7397                                          AttributeCommonInfo::AS_Pragma));
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 4487           AttributeCommonInfo::AS_Pragma));
 4497           AttributeCommonInfo::AS_Pragma));
 4517           AttributeCommonInfo::AS_Pragma));