Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp501 contexts = CXCompletionContext_IncludedFile; in getContextsForContextKind()
/external/llvm-project/clang/include/clang-c/
DIndex.h5708 CXCompletionContext_IncludedFile = 1 << 22, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1107 const CXCompletionContext_IncludedFile = 4194304; constant