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

  /external/clang/tools/libclang/
CIndexCXX.cpp 111 Template = Function->getPrimaryTemplate();
CIndex.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 421 if (!Method || Method->isStatic() || Method->getPrimaryTemplate())
725 if (Conversion->getPrimaryTemplate())
    [all...]
Decl.cpp     [all...]
ItaniumMangle.cpp 80 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate())
478 if (FunctionTemplateDecl *PrimaryTemplate = FD->getPrimaryTemplate()) {
522 if (const TemplateDecl *TD = FD->getPrimaryTemplate()) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiate.cpp 113 assert(Function->getPrimaryTemplate() && "No function template?");
114 if (Function->getPrimaryTemplate()->isMemberSpecialization())
484 if (Function->getPrimaryTemplate())
    [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaAccess.cpp 508 FunctionTemplateDecl *FTD = (*I)->getPrimaryTemplate();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]

Completed in 1901 milliseconds