Searched refs:getCharacterData (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceLocation.cpp129 const char *FullSourceLoc::getCharacterData(bool *Invalid) const { function in class:FullSourceLoc
131 return SrcMgr->getCharacterData(*this, Invalid);
H A DSourceManager.cpp1114 /// getCharacterData - Return a pointer to the start of the specified location
1116 const char *SourceManager::getCharacterData(SourceLocation SL, function in class:SourceManager
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp66 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid);
H A DParseExpr.cpp287 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid);
290 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp55 const char *Ptr = SM.getCharacterData(SM.getSpellingLoc(Tok.getLocation()));
130 return *SM.getCharacterData(SM.getSpellingLoc(Tok.getLocation()));
H A DPreprocessor.cpp207 const char *Start = SourceMgr.getCharacterData(Tok.getLocation());
H A DLexer.cpp197 const char *StrData = SM.getCharacterData(SpellingLoc);
350 const char *TokStart = SourceMgr.getCharacterData(Tok.getLocation(),
401 TokStart = SourceMgr.getCharacterData(Tok.getLocation(), &CharDataInvalid);
728 const char *TokPtr = SM.getCharacterData(TokStart, &Invalid);
1211 const char *TokenEnd = SM.getCharacterData(TokenLoc) +
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp775 const char *startBuf = SM->getCharacterData(startLoc);
905 const char *startBuf = SM->getCharacterData(startLoc);
1016 const char *startBuf = SM->getCharacterData(LocStart);
1017 const char *endBuf = SM->getCharacterData(LocEnd);
1192 const char *startBuf = SM->getCharacterData(LocStart);
1193 const char *endBuf = SM->getCharacterData(LocEnd);
1207 const char *startBuf = SM->getCharacterData(LocStart);
1208 const char *endBuf = SM->getCharacterData(LocEnd);
1510 const char *startBuf = SM->getCharacterData(startLoc);
1566 const char *rparenBuf = SM->getCharacterData(rightParenLo
[all...]
H A DRewriteModernObjC.cpp940 const char *startBuf = SM->getCharacterData(startLoc);
1075 const char *startBuf = SM->getCharacterData(startLoc);
1196 const char *startBuf = SM->getCharacterData(LocStart);
1197 const char *endBuf = SM->getCharacterData(LocEnd);
1398 const char *startBuf = SM->getCharacterData(LocStart);
1399 const char *endBuf = SM->getCharacterData(LocEnd);
1413 const char *startBuf = SM->getCharacterData(LocStart);
1414 const char *endBuf = SM->getCharacterData(LocEnd);
1744 const char *startBuf = SM->getCharacterData(startLoc);
1803 const char *rparenBuf = SM->getCharacterData(rightParenLo
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h293 const char *getCharacterData(bool *Invalid = 0) const;
H A DSourceManager.h1233 const char *getCharacterData(SourceLocation SL, bool *Invalid = 0) const;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp257 if (StringRef(SourceMgr.getCharacterData(Range.getBegin()),
H A DFormat.cpp1195 Tok.TokenText = StringRef(SourceMgr.getCharacterData(Tok.Tok.getLocation()),
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriter.cpp187 const char *Ptr = SourceMgr->getCharacterData(Range.getBegin());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp256 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1));
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp296 const char *TokInstantiationPtr =Pos.getExpansionLoc().getCharacterData();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp491 const char *CommentRaw = SM.getCharacterData(CommentBegin);
492 StringRef C(CommentRaw, SM.getCharacterData(Comment.getEnd()) - CommentRaw);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1015 // Otherwise, fall back on getCharacterData, which is slower, but always
1017 return *SourceMgr.getCharacterData(Tok.getLocation(), Invalid);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2977 char PrevChar = *SM.getCharacterData(range.getBegin().getLocWithOffset(-1));
2995 char PrevChar = *SM.getCharacterData(range.getBegin().getLocWithOffset(-1));

Completed in 192 milliseconds