Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp695 PragmaAttributeCurrentTargetDecl = D; in AddPragmaAttributes()
699 PragmaAttributeCurrentTargetDecl = nullptr; in AddPragmaAttributes()
705 assert(PragmaAttributeCurrentTargetDecl && "Expected an active declaration"); in PrintPragmaAttributeInstantiationPoint()
706 Diags.Report(PragmaAttributeCurrentTargetDecl->getBeginLoc(), in PrintPragmaAttributeInstantiationPoint()
H A DSema.cpp130 PragmaAttributeCurrentTargetDecl(nullptr), in Sema()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h519 const Decl *PragmaAttributeCurrentTargetDecl; variable
7529 if (PragmaAttributeCurrentTargetDecl) in PrintContextStack()