Home
last modified time | relevance | path

Searched refs:setInstantiatedFromStaticDataMember (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h902 void setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2528 getASTContext().setInstantiatedFromStaticDataMember(this, VD, TSK); in setInstantiationOfStaticDataMember()
H A DASTContext.cpp1377 ASTContext::setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl, in setInstantiatedFromStaticDataMember() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1414 Reader.getContext().setInstantiatedFromStaticDataMember(VD, Tmpl, TSK,POI); in VisitVarDeclImpl()