Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp995 PragmaAttributeCurrentTargetDecl = D; in AddPragmaAttributes()
999 PragmaAttributeCurrentTargetDecl = nullptr; in AddPragmaAttributes()
1005 assert(PragmaAttributeCurrentTargetDecl && "Expected an active declaration"); in PrintPragmaAttributeInstantiationPoint()
1006 Diags.Report(PragmaAttributeCurrentTargetDecl->getBeginLoc(), in PrintPragmaAttributeInstantiationPoint()
H A DSema.cpp167 PragmaAttributeCurrentTargetDecl(nullptr), in Sema()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h749 const Decl *PragmaAttributeCurrentTargetDecl; variable
8997 if (PragmaAttributeCurrentTargetDecl) in PrintContextStack()