Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports180 clang_getCursorResultType
DCXType.cpp596 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
/external/clang/include/clang-c/
DIndex.h3336 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
/external/clang/tools/c-index-test/
Dc-index-test.c1342 CXType RT = clang_getCursorResultType(cursor); in PrintType()