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 119 return forallBases(BaseIsNot, (void*) Base->getCanonicalDecl());
122 bool CXXRecordDecl::forallBases(ForallBasesCallback *BaseMatches,
DeclCXX.cpp 312 /// Callback function for CXXRecordDecl::forallBases that acknowledges
322 return !forallBases(SawBase, 0);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 209 milliseconds