HomeSort by: relevance | last modified time | path
    Searched defs:hasDefaultArgument (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 375 const bool hasDefaultArgument =
376 D->hasDefaultArgument() && !D->defaultArgumentWasInherited();
377 Hash.AddBoolean(hasDefaultArgument);
378 if (hasDefaultArgument) {
393 const bool hasDefaultArgument =
394 D->hasDefaultArgument() && !D->defaultArgumentWasInherited();
395 Hash.AddBoolean(hasDefaultArgument);
396 if (hasDefaultArgument) {
406 const bool hasDefaultArgument =
407 D->hasDefaultArgument() && !D->defaultArgumentWasInherited()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 1245 bool hasDefaultArgument() const { return DefaultArgument.isSet(); }
1459 bool hasDefaultArgument() const { return DefaultArgument.isSet(); }
1715 bool hasDefaultArgument() const { return DefaultArgument.isSet(); }
1747 if (hasDefaultArgument() && !defaultArgumentWasInherited())

Completed in 30 milliseconds