Home
last modified time | relevance | path

Searched refs:isFirstInDeclGroup (Results 1 – 6 of 6) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.h295 bool isFirstInDeclGroup(CXCursor C);
DCXCursor.cpp1077 bool cxcursor::isFirstInDeclGroup(CXCursor C) { in isFirstInDeclGroup() function in cxcursor
DCIndex.cpp5271 if (!cxcursor::isFirstInDeclGroup(C)) in clang_getCursorLocation()
5404 if (!cxcursor::isFirstInDeclGroup(C)) in getRawCursorExtent()
5443 if (!cxcursor::isFirstInDeclGroup(C)) in getFullCursorExtent()
/external/llvm-project/clang/tools/libclang/
DCXCursor.h288 bool isFirstInDeclGroup(CXCursor C);
DCXCursor.cpp1225 bool cxcursor::isFirstInDeclGroup(CXCursor C) { in isFirstInDeclGroup() function in cxcursor
DCIndex.cpp6045 if (!cxcursor::isFirstInDeclGroup(C)) in clang_getCursorLocation()
6179 if (!cxcursor::isFirstInDeclGroup(C)) in getRawCursorExtent()
6218 if (!cxcursor::isFirstInDeclGroup(C)) in getFullCursorExtent()