Home
last modified time | relevance | path

Searched refs:conversion_end (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp1668 CXXRecordDecl::conversion_iterator ConvE = Record->conversion_end(); in CollectVisibleConversions()
1734 CXXRecordDecl::conversion_iterator ConvE = Record->conversion_end(); in CollectVisibleConversions()
1942 getNumVBases() > 0 || conversion_end() - conversion_begin() > 0) in isInterfaceLike()
2022 for (conversion_iterator I = conversion_begin(), E = conversion_end(); in completeDefinition()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1087 conversion_iterator conversion_end() const { in conversion_end() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp1142 UEnd = Record->conversion_end(); U != UEnd; ++U) { in LookupDirect()
H A DSemaDecl.cpp18216 E = CXXRecord->conversion_end(); I != E; ++I) in ActOnFields()