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 553 if (Conversion->getPrimaryTemplate()) {
    [all...]
ItaniumMangle.cpp 94 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate())
501 if (FunctionTemplateDecl *PrimaryTemplate = FD->getPrimaryTemplate()) {
545 if (const TemplateDecl *TD = FD->getPrimaryTemplate()) {
    [all...]
MicrosoftMangle.cpp 33 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate())
401 if (const TemplateDecl *TD = FD->getPrimaryTemplate()) {
    [all...]
Decl.cpp     [all...]
ASTContext.cpp 252 if (const FunctionTemplateDecl *FTD = FD->getPrimaryTemplate())
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiate.cpp 130 assert(Function->getPrimaryTemplate() && "No function template?");
131 if (Function->getPrimaryTemplate()->isMemberSpecialization())
518 if (Function->getPrimaryTemplate())
    [all...]
SemaOverload.cpp     [all...]
SemaAccess.cpp 524 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 1284 milliseconds