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.cpp1780 CXXRecordDecl::conversion_iterator ConvE = Record->conversion_end(); in CollectVisibleConversions()
1846 CXXRecordDecl::conversion_iterator ConvE = Record->conversion_end(); in CollectVisibleConversions()
2054 getNumVBases() > 0 || conversion_end() - conversion_begin() > 0) in isInterfaceLike()
2133 for (conversion_iterator I = conversion_begin(), E = conversion_end(); in completeDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1129 conversion_iterator conversion_end() const { in conversion_end() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1159 UEnd = Record->conversion_end(); U != UEnd; ++U) { in LookupDirect()
H A DSemaDecl.cpp19094 E = CXXRecord->conversion_end(); I != E; ++I) in ActOnFields()