Searched defs:IncludeBriefCommentsInCodeCompletion (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 225 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), 366 IncludeBriefCommentsInCodeCompletion); 429 IncludeBriefCommentsInCodeCompletion); 450 IncludeBriefCommentsInCodeCompletion); 1738 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, 1762 AST->IncludeBriefCommentsInCodeCompletion 1763 = IncludeBriefCommentsInCodeCompletion; 1908 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, 1918 AST->IncludeBriefCommentsInCodeCompletion 1919 = IncludeBriefCommentsInCodeCompletion; 1731 LoadFromCompilerInvocationAction( CompilerInvocation *CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument 1902 LoadFromCompilerInvocation( CompilerInvocation *CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FileManager *FileMgr, bool OnlyLocalDecls, bool CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument 1938 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, llvm::Optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST) argument [all...] |
/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 3201 bool IncludeBriefCommentsInCodeCompletion local 3284 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion,
|
Completed in 193 milliseconds