Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp1121 PragmaAttributeCurrentTargetDecl = D; in AddPragmaAttributes()
1125 PragmaAttributeCurrentTargetDecl = nullptr; in AddPragmaAttributes()
1131 assert(PragmaAttributeCurrentTargetDecl && "Expected an active declaration"); in PrintPragmaAttributeInstantiationPoint()
1132 Diags.Report(PragmaAttributeCurrentTargetDecl->getBeginLoc(), in PrintPragmaAttributeInstantiationPoint()
H A DSema.cpp202 VisContext(nullptr), PragmaAttributeCurrentTargetDecl(nullptr), in Sema()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h754 const Decl *PragmaAttributeCurrentTargetDecl; variable
9648 if (PragmaAttributeCurrentTargetDecl) in PrintContextStack()