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

  /external/clang/tools/libclang/
CIndexCXX.cpp 111 Template = Function->getPrimaryTemplate();
CIndex.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 575 if (Conversion->getPrimaryTemplate()) {
    [all...]
Decl.cpp     [all...]
MicrosoftMangle.cpp 72 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate())
614 if (const TemplateDecl *TD = FD->getPrimaryTemplate()) {
    [all...]
ItaniumMangle.cpp 95 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate())
498 if (FunctionTemplateDecl *PrimaryTemplate = FD->getPrimaryTemplate()) {
542 if (const TemplateDecl *TD = FD->getPrimaryTemplate()) {
    [all...]
ASTContext.cpp 274 if (const FunctionTemplateDecl *FTD = FD->getPrimaryTemplate())
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiate.cpp 141 assert(Function->getPrimaryTemplate() && "No function template?");
142 if (Function->getPrimaryTemplate()->isMemberSpecialization())
432 if (Function->getPrimaryTemplate())
    [all...]
SemaOverload.cpp     [all...]
SemaAccess.cpp 520 FunctionTemplateDecl *FTD = (*I)->getPrimaryTemplate();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]

Completed in 351 milliseconds