Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dodr_comdat.ll6 ; section 5.2.6 Instantiated templates
/external/llvm/test/CodeGen/ARM/
Dodr_comdat.ll6 ; section 5.2.6 Instantiated templates
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1061 FunctionDecl *Instantiated = 0; in VisitFunctionTemplateDecl() local
1063 Instantiated = cast_or_null<FunctionDecl>(VisitCXXMethodDecl(DMethod, in VisitFunctionTemplateDecl()
1066 Instantiated = cast_or_null<FunctionDecl>(VisitFunctionDecl( in VisitFunctionTemplateDecl()
1070 if (!Instantiated) in VisitFunctionTemplateDecl()
1076 = Instantiated->getDescribedFunctionTemplate(); in VisitFunctionTemplateDecl()