Home
last modified time | relevance | path

Searched refs:getBasesSlowCase (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h357 return getBasesSlowCase(); in getBases()
376 CXXBaseSpecifier *getBasesSlowCase() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp116 CXXBaseSpecifier *CXXRecordDecl::DefinitionData::getBasesSlowCase() const { in getBasesSlowCase() function in CXXRecordDecl::DefinitionData