Home
last modified time | relevance | path

Searched refs:isPragmaClangAttribute (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h458 bool isPragmaClangAttribute() const { return IsPragmaClangAttribute; } in isPragmaClangAttribute() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp981 assert(Attribute->isPragmaClangAttribute() && in AddPragmaAttributes()
H A DSemaDeclAttr.cpp2483 int PriorityModifier = AL.isPragmaClangAttribute() in handleAvailabilityAttr()