Home
last modified time | relevance | path

Searched refs:clang_Cursor_isAnonymous (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports30 clang_Cursor_isAnonymous
DCXType.cpp972 unsigned clang_Cursor_isAnonymous(CXCursor C){ in clang_Cursor_isAnonymous() function
/external/clang/include/clang-c/
DIndex.h3381 CINDEX_LINKAGE unsigned clang_Cursor_isAnonymous(CXCursor C);
/external/clang/tools/c-index-test/
Dc-index-test.c1379 unsigned isAnon = clang_Cursor_isAnonymous(cursor); in PrintType()
1427 RecordIsAnonymous = clang_Cursor_isAnonymous(Record); in PrintTypeSize()
/external/clang/bindings/python/clang/
Dcindex.py1519 return conf.lib.clang_Cursor_isAnonymous(self)