Home
last modified time | relevance | path

Searched refs:ChunkKind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h198 enum class ChunkKind { enum
227 ChunkKind Kind;
342 return S->Kind == ChunkKind::BBAddrMap; in classof()
356 return S->Kind == ChunkKind::StackSizes; in classof()
382 return S->Kind == ChunkKind::RawContent; in classof()
398 NoteSection() : Section(ChunkKind::Note) {} in NoteSection()
420 HashSection() : Section(ChunkKind::Hash) {} in HashSection()
487 return S->Kind == ChunkKind::Verneed; in classof()
622 return S->Kind == ChunkKind::Relocation; in classof()
629 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h453 enum ChunkKind { enum
532 ChunkKind Kind = CK_Text;
549 explicit Chunk(ChunkKind Kind, const char *Text = "");
745 void AddChunk(CodeCompletionString::ChunkKind CK, const char *Text = "");
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp183 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk()
477 void CodeCompletionBuilder::AddChunk(CodeCompletionString::ChunkKind CK, in AddChunk()
H A DSemaCodeComplete.cpp4808 Completion.AddChunk(CodeCompletionString::ChunkKind::CK_Comma); in AddLambdaCompletion()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp360 ELFYAML::Chunk::ChunkKind::RawContent, /*IsImplicit=*/true)); in ELFState()
427 ELFYAML::Chunk::ChunkKind::RawContent, true /*IsImplicit*/); in ELFState()