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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 119 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(FnD))
120 FD = FunTmpl->getTemplatedDecl();
371 if (FunctionTemplateDecl *FunTmpl
373 Method = cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl());
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 483 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D);
484 if (FunTmpl)
485 D = FunTmpl->getTemplatedDecl();
600 if (!FunTmpl) {
731 if (FunTmpl) {
732 if (FunTmpl->getPreviousDecl())
733 data().Conversions.replace(FunTmpl->getPreviousDecl(),
734 FunTmpl);
736 data().Conversions.addDecl(FunTmpl);
    [all...]
Decl.cpp 244 if (const FunctionTemplateDecl *FunTmpl
246 Function = FunTmpl->getTemplatedDecl();
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 88 else if (const FunctionTemplateDecl *FunTmpl
90 return FunTmpl->getTemplatedDecl()->getBody();
  /external/clang/tools/libclang/
CIndexUSRs.cpp 189 if (FunctionTemplateDecl *FunTmpl = D->getDescribedFunctionTemplate()) {
191 VisitTemplateParameterList(FunTmpl->getTemplateParameters());
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp 661 else if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(ND))
662 T = FunTmpl->getTemplatedDecl()->getCallResultType();
    [all...]
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplateInstantiate.cpp 116 } else if (FunctionTemplateDecl *FunTmpl
120 Injected = FunTmpl->getInjectedTemplateArgs();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 266 milliseconds