Home
last modified time | relevance | path

Searched defs:ContextKind (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp211 auto ContextKind = ReadKey() local
437 auto ContextKind = ReadKey() local
462 auto ContextKind = ReadKey() local
508 auto ContextKind = ReadKey() local
571 auto ContextKind = ReadKey() local
/llvm-project/clang/include/clang/APINotes/
H A DTypes.h794 enum class ContextKind : uint8_t { global() enum
/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h217 enum ContextKind { StackFrame, Block }; enum
/llvm-project/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp285 enum clang::CodeCompletionContext::Kind ContextKind; member
/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.h348 enum ContextKind { CK_StringBased, CK_AddrBased }; enum
/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp286 enum ContextKind { getCurrentMangleNumberContext() enum
H A DSemaCodeComplete.cpp5910 enum CodeCompletionContext::Kind ContextKind = CodeCompleteTag() local
H A DSemaExpr.cpp18152 unsigned ContextKind = 3; // unknown diagnoseUncapturableValueReferenceOrBinding() local
/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp2086 tok::TokenKind ContextKind; global() member
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp55 using ContextKind = CodeCompletionContext::Kind; global() typedef