Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp995 PragmaAttributeCurrentTargetDecl = D; in AddPragmaAttributes()
999 PragmaAttributeCurrentTargetDecl = nullptr; in AddPragmaAttributes()
1005 assert(PragmaAttributeCurrentTargetDecl && "Expected an active declaration"); in PrintPragmaAttributeInstantiationPoint()
1006 Diags.Report(PragmaAttributeCurrentTargetDecl->getBeginLoc(), in PrintPragmaAttributeInstantiationPoint()
H A DSema.cpp189 PragmaAttributeCurrentTargetDecl(nullptr), in Sema()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h752 const Decl *PragmaAttributeCurrentTargetDecl; variable
9066 if (PragmaAttributeCurrentTargetDecl) in PrintContextStack()