Home
last modified time | relevance | path

Searched defs:IncludeBriefCommentsInCodeCompletion (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1493 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, in LoadFromCompilerInvocationAction()
1671 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation()
1709 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h244 bool IncludeBriefCommentsInCodeCompletion : 1; variable