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

  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /external/clang/lib/AST/
DumpXML.cpp 692 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
703 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
714 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
DeclTemplate.cpp 448 if (hasDefaultArgument() && !defaultArgumentWasInherited())
524 if (hasDefaultArgument() && !defaultArgumentWasInherited())
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [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 53 milliseconds