Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1118 PragmaAttributeCurrentTargetDecl = D; in AddPragmaAttributes()
1122 PragmaAttributeCurrentTargetDecl = nullptr; in AddPragmaAttributes()
1128 assert(PragmaAttributeCurrentTargetDecl && "Expected an active declaration"); in PrintPragmaAttributeInstantiationPoint()
1129 Diags.Report(PragmaAttributeCurrentTargetDecl->getBeginLoc(), in PrintPragmaAttributeInstantiationPoint()
H A DSema.cpp204 VisContext(nullptr), PragmaAttributeCurrentTargetDecl(nullptr), in Sema()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h781 const Decl *PragmaAttributeCurrentTargetDecl; variable
9937 if (PragmaAttributeCurrentTargetDecl) in PrintContextStack()