Home
last modified time | relevance | path

Searched refs:clang_getDefinitionSpellingAndExtent (Results 1 – 9 of 9) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports187 clang_getDefinitionSpellingAndExtent
DCIndex.cpp5864 void clang_getDefinitionSpellingAndExtent(CXCursor C, in clang_getDefinitionSpellingAndExtent() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports217 clang_getDefinitionSpellingAndExtent
DCIndex.cpp6649 void clang_getDefinitionSpellingAndExtent( in clang_getDefinitionSpellingAndExtent() function
/external/clang/include/clang-c/
DIndex.h4419 CINDEX_LINKAGE void clang_getDefinitionSpellingAndExtent(CXCursor,
/external/llvm-project/clang/include/clang-c/
DIndex.h5088 CINDEX_LINKAGE void clang_getDefinitionSpellingAndExtent(
/external/rust/crates/clang-sys/src/
Dlib.rs2037 …pub fn clang_getDefinitionSpellingAndExtent(cursor: CXCursor, start: *mut *const c_char, end: *mut…
/external/clang/tools/c-index-test/
Dc-index-test.c1142 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf, in FunctionScanVisitor()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1344 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf, in FunctionScanVisitor()