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())
457 return hasDefaultArgument()
463 if (hasDefaultArgument() && !defaultArgumentWasInherited())
560 if (hasDefaultArgument() && !defaultArgumentWasInherited())
567 return hasDefaultArgument()
    [all...]
DumpXML.cpp 699 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
710 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
721 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
DeclPrinter.cpp 772 } else if (TTP->hasDefaultArgument()) {
791 } 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/
CIndex.cpp 666 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
807 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
836 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited() &&
    [all...]

Completed in 587 milliseconds