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

  /external/clang/lib/AST/
DeclTemplate.cpp 68 if (TTP->hasDefaultArgument())
72 if (NTTP->hasDefaultArgument())
74 } else if (cast<TemplateTemplateParmDecl>(*P)->hasDefaultArgument())
442 return hasDefaultArgument()
448 if (hasDefaultArgument() && !defaultArgumentWasInherited())
524 if (hasDefaultArgument() && !defaultArgumentWasInherited())
531 return hasDefaultArgument()
    [all...]
DumpXML.cpp 692 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
703 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
714 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
DeclPrinter.cpp 753 } else if (TTP->hasDefaultArgument()) {
772 } else if (NTTP->hasDefaultArgument()) {
  /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/
CIndex.cpp 671 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
812 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
841 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited() &&
    [all...]

Completed in 221 milliseconds