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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexer.h 91 enum class OperationKind { ParseOperation, CompletionOperation };
93 LibclangInvocationReporter(CIndexer &Idx, OperationKind Op,
CIndexer.cpp 153 CIndexer &Idx, OperationKind Op, unsigned ParseOptions,
181 Op == OperationKind::ParseOperation ? "parse" : "complete");
CIndexCodeCompletion.cpp 756 *CXXIdx, LibclangInvocationReporter::OperationKind::CompletionOperation,
CIndex.cpp 3666 *CXXIdx, LibclangInvocationReporter::OperationKind::ParseOperation,

Completed in 56 milliseconds