HomeSort by relevance Sort by last modified time
    Searched refs:FunTmpl (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 120 else if (const FunctionTemplateDecl *FunTmpl
122 return FunTmpl->getTemplatedDecl()->getBody();
  /external/clang/lib/AST/
DeclCXX.cpp 448 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D);
449 if (FunTmpl)
450 D = FunTmpl->getTemplatedDecl();
526 if (!FunTmpl) {
611 FunTmpl ? cast<NamedDecl>(FunTmpl) : cast<NamedDecl>(Conversion);
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiate.cpp 150 } else if (FunctionTemplateDecl *FunTmpl
153 Result.addOuterTemplateArguments(FunTmpl->getInjectedTemplateArgs());
    [all...]
SemaOverload.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 207 if (FunctionTemplateDecl *FunTmpl = D->getDescribedFunctionTemplate()) {
210 VisitTemplateParameterList(FunTmpl->getTemplateParameters());
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 421 if (FunctionTemplateDecl *FunTmpl
423 Method = cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl());
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1251 milliseconds