Home
last modified time | relevance | path

Searched refs:CXCursor_PreprocessingDirective (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang-c/
DIndex.h2265 CXCursor_PreprocessingDirective = 500, enumerator
2270 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
/external/clang/tools/libclang/
DCXCursor.cpp737 CXCursor C = { CXCursor_PreprocessingDirective, 0, in MakePreprocessingDirectiveCursor()
746 assert(C.kind == CXCursor_PreprocessingDirective); in getCursorPreprocessingDirective()
DCIndex.cpp4182 case CXCursor_PreprocessingDirective: in clang_getCursorKindSpelling()
4612 if (C.kind == CXCursor_PreprocessingDirective) { in clang_getCursorLocation()
4746 if (C.kind == CXCursor_PreprocessingDirective) in getRawCursorExtent()