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

  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
RecursiveASTVisitor.h     [all...]
  /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 479 if (hasDefaultArgument() && !defaultArgumentWasInherited())
576 if (hasDefaultArgument() && !defaultArgumentWasInherited())
600 DefaultArgumentWasInherited(false), ParameterPack(true),
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 711 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
852 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
881 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited() &&
    [all...]

Completed in 42 milliseconds