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 699 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
710 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
721 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
DeclTemplate.cpp 463 if (hasDefaultArgument() && !defaultArgumentWasInherited())
560 if (hasDefaultArgument() && !defaultArgumentWasInherited())
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [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 408 milliseconds