Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dcomp.rs1527 CXCursor_ConversionFunction => {} in from_ty()
/external/clang/include/clang-c/
DIndex.h1617 CXCursor_ConversionFunction = 26, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1770 CXCursor_ConversionFunction = 26, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs244 const CXCursor_ConversionFunction = 26, constant
/external/clang/tools/libclang/
DCIndex.cpp4342 C.kind == CXCursor_ConversionFunction) { in clang_Cursor_getSpellingNameRange()
4776 case CXCursor_ConversionFunction: in clang_getCursorKindSpelling()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4806 C.kind == CXCursor_ConversionFunction || in clang_Cursor_getSpellingNameRange()
5498 case CXCursor_ConversionFunction: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3045 case Decl::CXXConversion: return CXCursor_ConversionFunction; in getCursorKindForDecl()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3817 return CXCursor_ConversionFunction; in getCursorKindForDecl()