Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h111 const char *getBriefText(const ASTContext &Context) const { in getBriefText() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3358 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
3436 Result.addBriefComment(RC->getBriefText(Ctx)); in createCodeCompletionStringForDecl()
3792 Result.addBriefComment(RC->getBriefText(S.getASTContext())); in CreateSignatureString()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8415 StringRef BriefText = RC->getBriefText(Context); in clang_Cursor_getBriefCommentText()