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

  /external/clang/lib/AST/
DeclTemplate.cpp 85 if (TTP->hasDefaultArgument())
89 if (NTTP->hasDefaultArgument())
91 } else if (cast<TemplateTemplateParmDecl>(*P)->hasDefaultArgument())
489 return hasDefaultArgument()
495 if (hasDefaultArgument() && !defaultArgumentWasInherited())
592 if (hasDefaultArgument() && !defaultArgumentWasInherited())
599 return hasDefaultArgument()
    [all...]
DumpXML.cpp 700 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
711 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
722 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
DeclPrinter.cpp 835 } else if (TTP->hasDefaultArgument()) {
854 } 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 714 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
869 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
898 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited() &&
    [all...]

Completed in 208 milliseconds