Searched refs:getRawText (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/AST/
H A DRawCommentList.cpp73 if (SR.getBegin() == SR.getEnd() || getRawText(SourceMgr).empty()) {
120 getRawText(Context.getSourceManager());
147 getRawText(Context.getSourceManager());
/external/clang/include/clang/AST/
H A DRawCommentList.h101 StringRef getRawText(const SourceManager &SourceMgr) const { function in class:clang::RawComment
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.h414 TString getRawText() const { return mRawText; } function in class:TIntermRaw
H A DOutputHLSL.cpp1469 mBody << node->getRawText();
/external/clang/tools/libclang/
H A DCIndex.cpp6379 StringRef RawText = RC ? RC->getRawText(Context.getSourceManager()) :

Completed in 182 milliseconds