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

  /external/clang/lib/AST/
DeclCXX.cpp 417 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D);
418 if (FunTmpl)
419 D = FunTmpl->getTemplatedDecl();
489 if (!FunTmpl) {
555 } else if (FunTmpl) {
556 if (FunTmpl->getPreviousDecl())
557 data().Conversions.replace(FunTmpl->getPreviousDecl(),
558 FunTmpl, AS);
560 data().Conversions.addDecl(getASTContext(), FunTmpl, AS);
    [all...]
Decl.cpp 565 if (const FunctionTemplateDecl *FunTmpl
567 Function = FunTmpl->getTemplatedDecl();
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 106 else if (const FunctionTemplateDecl *FunTmpl
108 return FunTmpl->getTemplatedDecl()->getBody();
  /external/clang/tools/libclang/
CIndexUSRs.cpp 182 if (FunctionTemplateDecl *FunTmpl = D->getDescribedFunctionTemplate()) {
184 VisitTemplateParameterList(FunTmpl->getTemplateParameters());
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp 668 else if (const FunctionTemplateDecl *FunTmpl =
670 T = FunTmpl->getTemplatedDecl()->getCallResultType();
    [all...]
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiate.cpp 133 } else if (FunctionTemplateDecl *FunTmpl
136 Result.addOuterTemplateArguments(FunTmpl->getInjectedTemplateArgs());
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]

Completed in 1019 milliseconds