Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports187 clang_getDefinitionSpellingAndExtent
DCIndex.cpp5864 void clang_getDefinitionSpellingAndExtent(CXCursor C, in clang_getDefinitionSpellingAndExtent() function
/external/clang/include/clang-c/
DIndex.h4419 CINDEX_LINKAGE void clang_getDefinitionSpellingAndExtent(CXCursor,
/external/clang/tools/c-index-test/
Dc-index-test.c1142 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf, in FunctionScanVisitor()