HomeSort by: relevance | last modified time | path
    Searched defs:Commit (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Edit/
Commit.h 1 //===- Commit.h - A unit of edits -------------------------------*- C++ -*-===//
29 class Commit {
63 explicit Commit(EditedSource &Editor);
64 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /src/external/apache2/llvm/dist/clang/lib/Edit/
Commit.cpp 1 //===- Commit.cpp - A unit of edits ---------------------------------------===//
9 #include "clang/Edit/Commit.h"
24 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const {
31 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const {
36 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const {
43 Commit::Commit(EditedSource &Editor)
48 bool Commit::insert(SourceLocation loc, StringRef text,
64 bool Commit::insertFromRange(SourceLocation loc,
91 bool Commit::remove(CharSourceRange range)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 929 /// after the token consumption is done, Commit() or Revert() is called to
930 /// either "commit the consumed tokens" or revert to the previously marked
958 void Commit() {
978 assert(!isActive && "Forgot to call Commit or Revert!");

Completed in 30 milliseconds