Home
last modified time | relevance | path

Searched defs:IncludeBriefComments (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteOptions.h35 unsigned IncludeBriefComments : 1; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3386 bool IncludeBriefComments) { in CreateCodeCompletionString()
3446 bool IncludeBriefComments) { in CreateCodeCompletionString()
3501 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride()
3532 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl()
3986 CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments, in CreateSignatureString()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2169 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete()