HomeSort by relevance Sort by last modified time
    Searched refs:Pieces (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Rewrite/
RewriteRope.cpp 27 /// references the whole string into two rope pieces that reference each half.
46 /// which results in two rope pieces, which is just like an insert) or it can
138 /// NumPieces - This holds the number of rope pieces currently active in the
139 /// Pieces array.
142 /// Pieces - This tracks the file chunks currently in this leaf.
144 RopePiece Pieces[2*WidthFactor];
160 /// clear - Remove all rope pieces from this leaf.
163 Pieces[--NumPieces] = RopePiece();
171 return Pieces[i];
248 while (Offset >= PieceOffs+Pieces[i].size())
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 378 /// it into pieces. If the asm string is erroneous, emit errors and return
380 unsigned AsmStmt::AnalyzeAsmString(SmallVectorImpl<AsmStringPiece>&Pieces,
401 Pieces.push_back(AsmStringPiece(Result));
415 Pieces.push_back(AsmStringPiece(CurStringPiece));
452 // add it to the Pieces list.
454 Pieces.push_back(AsmStringPiece(CurStringPiece));
484 Pieces.push_back(AsmStringPiece(N, Modifier));
507 Pieces.push_back(AsmStringPiece(N, Modifier));
  /external/clang/lib/CodeGen/
CGStmt.cpp 667 // Evaluate the first pieces before the loop.
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 117 /// Recursively scan through a path and prune out calls and macros pieces
120 static bool RemoveUneededCalls(PathPieces &pieces) {
122 const unsigned N = pieces.size();
127 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(pieces.front());
128 pieces.pop_front();
160 pieces.push_back(piece);
389 // pieces on the active stack.
714 // Add diagnostic pieces from custom visitors.
834 // If the PathDiagnostic already has pieces, add the enclosing statement
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 1771 milliseconds