Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp1124 PragmaAttributeCurrentTargetDecl = D; in AddPragmaAttributes()
1128 PragmaAttributeCurrentTargetDecl = nullptr; in AddPragmaAttributes()
1134 assert(PragmaAttributeCurrentTargetDecl && "Expected an active declaration"); in PrintPragmaAttributeInstantiationPoint()
1135 Diags.Report(PragmaAttributeCurrentTargetDecl->getBeginLoc(), in PrintPragmaAttributeInstantiationPoint()
H A DSema.cpp201 PragmaAttributeCurrentTargetDecl(nullptr), in Sema()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h753 const Decl *PragmaAttributeCurrentTargetDecl; variable
9389 if (PragmaAttributeCurrentTargetDecl) in PrintContextStack()