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

/external/clang/include/clang/AST/
H A DRawCommentList.h114 const char *getBriefText(const ASTContext &Context) const { function in class:clang::RawComment
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2555 Result.addBriefComment(RC->getBriefText(Ctx));
2560 Result.addBriefComment(RC->getBriefText(Ctx));
2627 Result.addBriefComment(RC->getBriefText(Ctx));
2633 Result.addBriefComment(RC->getBriefText(Ctx));
/external/clang/tools/libclang/
H A DCIndex.cpp6396 StringRef BriefText = RC->getBriefText(Context);

Completed in 98 milliseconds