Searched refs:IncludeBriefCommentsInCodeCompletion (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
H A DASTUnit.h256 bool IncludeBriefCommentsInCodeCompletion : 1;
694 bool IncludeBriefCommentsInCodeCompletion = false,
716 bool IncludeBriefCommentsInCodeCompletion = false,
749 bool IncludeBriefCommentsInCodeCompletion = false,
/external/clang/lib/Frontend/
H A DASTUnit.cpp218 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false),
364 IncludeBriefCommentsInCodeCompletion);
430 IncludeBriefCommentsInCodeCompletion);
453 IncludeBriefCommentsInCodeCompletion);
1698 bool IncludeBriefCommentsInCodeCompletion,
1721 AST->IncludeBriefCommentsInCodeCompletion
1722 = IncludeBriefCommentsInCodeCompletion;
1870 bool IncludeBriefCommentsInCodeCompletion,
1881 AST->IncludeBriefCommentsInCodeCompletion
1882 = IncludeBriefCommentsInCodeCompletion;
1688 LoadFromCompilerInvocationAction(CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, ASTFrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, OwningPtr<ASTUnit> *ErrAST) argument
1863 LoadFromCompilerInvocation(CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1896 LoadFromCommandLine(const char **ArgBegin, const char **ArgEnd, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, RemappedFile *RemappedFiles, unsigned NumRemappedFiles, bool RemappedFilesKeepOriginalName, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, OwningPtr<ASTUnit> *ErrAST) argument
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp2551 bool IncludeBriefCommentsInCodeCompletion local
2637 IncludeBriefCommentsInCodeCompletion,

Completed in 161 milliseconds