Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
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()
DSema.cpp189 PragmaAttributeCurrentTargetDecl(nullptr), in Sema()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h752 const Decl *PragmaAttributeCurrentTargetDecl; variable
9069 if (PragmaAttributeCurrentTargetDecl) in PrintContextStack()