Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1115 PragmaAttributeCurrentTargetDecl = D; in AddPragmaAttributes()
1119 PragmaAttributeCurrentTargetDecl = nullptr; in AddPragmaAttributes()
1125 assert(PragmaAttributeCurrentTargetDecl && "Expected an active declaration"); in PrintPragmaAttributeInstantiationPoint()
1126 Diags.Report(PragmaAttributeCurrentTargetDecl->getBeginLoc(), in PrintPragmaAttributeInstantiationPoint()
H A DSema.cpp257 VisContext(nullptr), PragmaAttributeCurrentTargetDecl(nullptr), in Sema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1792 const Decl *PragmaAttributeCurrentTargetDecl; variable
13219 if (PragmaAttributeCurrentTargetDecl) in PrintContextStack()