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

  /external/clang/lib/AST/
DeclCXX.cpp 436 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D);
437 if (FunTmpl)
438 D = FunTmpl->getTemplatedDecl();
508 if (!FunTmpl) {
581 FunTmpl ? cast<NamedDecl>(FunTmpl) : cast<NamedDecl>(Conversion);
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 114 else if (const FunctionTemplateDecl *FunTmpl
116 return FunTmpl->getTemplatedDecl()->getBody();
  /external/clang/lib/Index/
USRGeneration.cpp 202 if (FunctionTemplateDecl *FunTmpl = D->getDescribedFunctionTemplate()) {
205 VisitTemplateParameterList(FunTmpl->getTemplateParameters());
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 417 if (FunctionTemplateDecl *FunTmpl
419 Method = cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl());
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiate.cpp 149 } else if (FunctionTemplateDecl *FunTmpl
152 Result.addOuterTemplateArguments(FunTmpl->getInjectedTemplateArgs());
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1234 milliseconds