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

/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp665 bool IncludeBriefComments = options & CXCodeComplete_IncludeBriefComments; local
712 Opts.IncludeBriefComments = IncludeBriefComments;
720 IncludeBriefComments,
/external/clang/lib/Frontend/
H A DASTUnit.cpp2334 bool IncludeBriefComments,
2358 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments;
2360 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion);
2330 CodeComplete(StringRef File, unsigned Line, unsigned Column, ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros, bool IncludeCodePatterns, bool IncludeBriefComments, CodeCompleteConsumer &Consumer, DiagnosticsEngine &Diag, LangOptions &LangOpts, SourceManager &SourceMgr, FileManager &FileMgr, SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics, SmallVectorImpl<const llvm::MemoryBuffer *> &OwnedBuffers) argument
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2516 bool IncludeBriefComments) {
2518 IncludeBriefComments);
2532 bool IncludeBriefComments) {
2624 if (IncludeBriefComments) {
2513 CreateCodeCompletionString(Sema &S, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) argument
2528 CreateCodeCompletionString(ASTContext &Ctx, Preprocessor &PP, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) argument

Completed in 373 milliseconds