HomeSort by relevance Sort by last modified time
    Searched defs:getSourceText (Results 1 - 5 of 5) sorted by null

  /external/clang/unittests/Lex/
LexerTest.cpp 98 std::string getSourceText(Token Begin, Token End) {
101 Lexer::getSourceText(CharSourceRange::getTokenRange(SourceRange(
130 EXPECT_EQ("M(i)", getSourceText(toks[2], toks[2]));
142 EXPECT_EQ("M(i)", getSourceText(toks[0], toks[0]));
155 EXPECT_EQ("c M(i)", getSourceText(toks[1], toks[2]));
168 EXPECT_EQ("M(i) c", getSourceText(toks[0], toks[1]));
182 EXPECT_EQ("<INVALID>", getSourceText(toks[1], toks[2]));
197 EXPECT_EQ("C(i)", getSourceText(toks[2], toks[2]));
210 EXPECT_EQ("M(M(i))", getSourceText(toks[2], toks[2]));
223 EXPECT_EQ("i", getSourceText(toks[2], toks[2]))
    [all...]
  /external/clang/lib/Format/
SortJavaScriptImports.cpp 183 unsigned PreviousSize = getSourceText(InsertionPoint).size();
193 << getSourceText(InsertionPoint) << "\nwith:\n"
229 StringRef getSourceText(SourceRange Range) {
230 return getSourceText(Range.getBegin(), Range.getEnd());
233 StringRef getSourceText(SourceLocation Begin, SourceLocation End) {
252 StringRef ReferenceStmt = getSourceText(Reference.Range);
259 Buffer += getSourceText(Reference.Range.getBegin(), SymbolsStart);
264 Buffer += getSourceText(I->Range);
267 Buffer += getSourceText(SymbolsEnd, Reference.Range.getEnd());
316 llvm::dbgs() << ", text: " << getSourceText(Reference.Range)
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.0.18/
error_prone_check_api-2.0.18.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 353 milliseconds