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.cpp1219 PragmaAttributeCurrentTargetDecl = D; in AddPragmaAttributes()
1223 PragmaAttributeCurrentTargetDecl = nullptr; in AddPragmaAttributes()
1230 assert(PragmaAttributeCurrentTargetDecl && "Expected an active declaration"); in PrintPragmaAttributeInstantiationPoint()
1231 DiagFunc(PragmaAttributeCurrentTargetDecl->getBeginLoc(), in PrintPragmaAttributeInstantiationPoint()
H A DSema.cpp317 VisContext(nullptr), PragmaAttributeCurrentTargetDecl(nullptr), in Sema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2094 const Decl *PragmaAttributeCurrentTargetDecl; variable
13477 if (PragmaAttributeCurrentTargetDecl) in PrintContextStack()