HomeSort by: relevance | last modified time | path
    Searched refs:CXCursor_PreprocessingDirective (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 2653 CXCursor_PreprocessingDirective = 500,
2658 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp 974 CXCursor_PreprocessingDirective,
981 assert(C.kind == CXCursor_PreprocessingDirective);
CIndex.cpp 5522 case CXCursor_PreprocessingDirective:
6056 if (C.kind == CXCursor_PreprocessingDirective) {
6189 if (C.kind == CXCursor_PreprocessingDirective)

Completed in 83 milliseconds