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

  /external/clang/lib/AST/
DumpXML.cpp 700 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
711 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
722 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
DeclTemplate.cpp 495 if (hasDefaultArgument() && !defaultArgumentWasInherited())
592 if (hasDefaultArgument() && !defaultArgumentWasInherited())
616 DefaultArgumentWasInherited(false), ParameterPack(true),
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 714 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
869 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
898 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited() &&
    [all...]

Completed in 580 milliseconds