Searched refs:CXCursor_PreprocessingDirective (Results 1 – 4 of 4) 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()
565 const CXCursor_PreprocessingDirective = 500, constant