Searched refs:clang_isPreprocessing (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang-c/
H A DIndex.h2132 CINDEX_LINKAGE unsigned clang_isPreprocessing(enum CXCursorKind);
/external/clang/tools/libclang/
H A DCIndex.cpp3859 unsigned clang_isPreprocessing(enum CXCursorKind K) { function
4926 if (I < PreprocessingTokIdx && clang_isPreprocessing(Cursors[I].kind))
5045 if (clang_isPreprocessing(cursor.kind)) {
5135 if (!clang_isPreprocessing(oldC.kind))
/external/clang/bindings/python/clang/
H A Dcindex.py549 return conf.lib.clang_isPreprocessing(self)
2897 ("clang_isPreprocessing",

Completed in 41 milliseconds