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

  /external/clang/lib/AST/
DeclTemplate.cpp 85 if (TTP->hasDefaultArgument())
89 if (NTTP->hasDefaultArgument())
91 } else if (cast<TemplateTemplateParmDecl>(*P)->hasDefaultArgument())
473 return hasDefaultArgument()
479 if (hasDefaultArgument() && !defaultArgumentWasInherited())
576 if (hasDefaultArgument() && !defaultArgumentWasInherited())
583 return hasDefaultArgument()
    [all...]
DumpXML.cpp 700 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
711 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
722 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
ASTDumper.cpp 1020 if (D->hasDefaultArgument())
1029 if (D->hasDefaultArgument())
1039 if (D->hasDefaultArgument())
    [all...]
DeclPrinter.cpp 815 } else if (TTP->hasDefaultArgument()) {
834 } else if (NTTP->hasDefaultArgument()) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp 711 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
852 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
881 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited() &&
    [all...]

Completed in 1018 milliseconds