Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp1697 CXXRecordDecl::conversion_iterator ConvE = Record->conversion_end(); in CollectVisibleConversions()
1763 CXXRecordDecl::conversion_iterator ConvE = Record->conversion_end(); in CollectVisibleConversions()
1971 getNumVBases() > 0 || conversion_end() - conversion_begin() > 0) in isInterfaceLike()
2051 for (conversion_iterator I = conversion_begin(), E = conversion_end(); in completeDefinition()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1101 conversion_iterator conversion_end() const { in conversion_end() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp1145 UEnd = Record->conversion_end(); U != UEnd; ++U) { in LookupDirect()
H A DSemaDecl.cpp18813 E = CXXRecord->conversion_end(); I != E; ++I) in ActOnFields()