Searched refs:CXCursor_PreprocessingDirective (Results 1 – 7 of 7) sorted by relevance
2364 CXCursor_PreprocessingDirective = 500, enumerator2369 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
800 CXCursor C = { CXCursor_PreprocessingDirective, 0, in MakePreprocessingDirectiveCursor()809 assert(C.kind == CXCursor_PreprocessingDirective); in getCursorPreprocessingDirective()
4758 case CXCursor_PreprocessingDirective: in clang_getCursorKindSpelling()5229 if (C.kind == CXCursor_PreprocessingDirective) { in clang_getCursorLocation()5363 if (C.kind == CXCursor_PreprocessingDirective) in getRawCursorExtent()
2633 CXCursor_PreprocessingDirective = 500, enumerator2638 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
959 CXCursor_PreprocessingDirective, in MakePreprocessingDirectiveCursor()966 assert(C.kind == CXCursor_PreprocessingDirective); in getCursorPreprocessingDirective()
5480 case CXCursor_PreprocessingDirective: in clang_getCursorKindSpelling()6004 if (C.kind == CXCursor_PreprocessingDirective) { in clang_getCursorLocation()6137 if (C.kind == CXCursor_PreprocessingDirective) in getRawCursorExtent()
524 const CXCursor_PreprocessingDirective = 500, constant