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

  /external/clang/lib/AST/
CXXInheritance.cpp 117 return forallBases(BaseIsNot,
132 bool CXXRecordDecl::forallBases(ForallBasesCallback *BaseMatches,
DeclCXX.cpp 388 /// Callback function for CXXRecordDecl::forallBases that acknowledges
398 return !forallBases(SawBase, nullptr);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 40 Record->forallBases(BaseIsNotInSet, BasesPtr);
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 284 milliseconds