Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1897 CXXRecordDecl::conversion_iterator ConvE = Record->conversion_end(); in CollectVisibleConversions()
1963 CXXRecordDecl::conversion_iterator ConvE = Record->conversion_end(); in CollectVisibleConversions()
2189 getNumVBases() > 0 || conversion_end() - conversion_begin() > 0) in isInterfaceLike()
2268 for (conversion_iterator I = conversion_begin(), E = conversion_end(); in completeDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1134 conversion_iterator conversion_end() const { in conversion_end() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1174 UEnd = Record->conversion_end(); U != UEnd; ++U) { in LookupDirect()
H A DSemaDecl.cpp19703 E = CXXRecord->conversion_end(); I != E; ++I) in ActOnFields()