HomeSort by: relevance | last modified time | path
    Searched refs:IncludeBriefCommentsInCodeCompletion (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 249 bool IncludeBriefCommentsInCodeCompletion : 1;
786 bool IncludeBriefCommentsInCodeCompletion = false,
829 bool IncludeBriefCommentsInCodeCompletion = false,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 245 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false),
393 IncludeBriefCommentsInCodeCompletion);
456 IncludeBriefCommentsInCodeCompletion);
477 IncludeBriefCommentsInCodeCompletion);
1532 AST->IncludeBriefCommentsInCodeCompletion = false;
1679 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion,
1689 AST->IncludeBriefCommentsInCodeCompletion
1690 = IncludeBriefCommentsInCodeCompletion;
1717 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion,
1777 AST->IncludeBriefCommentsInCodeCompletion
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 3570 bool IncludeBriefCommentsInCodeCompletion =
3675 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion,

Completed in 25 milliseconds