Home
last modified time | relevance | path

Searched refs:CXCursor_ConversionFunction (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang-c/
DIndex.h1617 CXCursor_ConversionFunction = 26, enumerator
/external/clang/tools/libclang/
DCIndex.cpp4342 C.kind == CXCursor_ConversionFunction) { in clang_Cursor_getSpellingNameRange()
4776 case CXCursor_ConversionFunction: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3045 case Decl::CXXConversion: return CXCursor_ConversionFunction; in getCursorKindForDecl()