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

  /external/clang/lib/AST/
CXXInheritance.cpp 122 return forallBases(BaseIsNot, (void*) Base->getCanonicalDecl());
125 bool CXXRecordDecl::forallBases(ForallBasesCallback *BaseMatches,
DeclCXX.cpp 297 /// Callback function for CXXRecordDecl::forallBases that acknowledges
307 return !forallBases(SawBase, 0);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 3160 milliseconds