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

  /external/clang/include/clang/Frontend/
ASTUnit.h 622 SourceLocation mapLocationToPreamble(SourceLocation Loc);
635 /// \see mapLocationToPreamble.
637 return SourceRange(mapLocationToPreamble(R.getBegin()),
638 mapLocationToPreamble(R.getEnd()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 618 SourceLocation mapLocationToPreamble(SourceLocation Loc);
631 /// \see mapLocationToPreamble.
633 return SourceRange(mapLocationToPreamble(R.getBegin()),
634 mapLocationToPreamble(R.getEnd()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 618 SourceLocation mapLocationToPreamble(SourceLocation Loc);
631 /// \see mapLocationToPreamble.
633 return SourceRange(mapLocationToPreamble(R.getBegin()),
634 mapLocationToPreamble(R.getEnd()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 618 SourceLocation mapLocationToPreamble(SourceLocation Loc);
631 /// \see mapLocationToPreamble.
633 return SourceRange(mapLocationToPreamble(R.getBegin()),
634 mapLocationToPreamble(R.getEnd()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 618 SourceLocation mapLocationToPreamble(SourceLocation Loc);
631 /// \see mapLocationToPreamble.
633 return SourceRange(mapLocationToPreamble(R.getBegin()),
634 mapLocationToPreamble(R.getEnd()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 618 SourceLocation mapLocationToPreamble(SourceLocation Loc);
631 /// \see mapLocationToPreamble.
633 return SourceRange(mapLocationToPreamble(R.getBegin()),
634 mapLocationToPreamble(R.getEnd()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 618 SourceLocation mapLocationToPreamble(SourceLocation Loc);
631 /// \see mapLocationToPreamble.
633 return SourceRange(mapLocationToPreamble(R.getBegin()),
634 mapLocationToPreamble(R.getEnd()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 618 SourceLocation mapLocationToPreamble(SourceLocation Loc);
631 /// \see mapLocationToPreamble.
633 return SourceRange(mapLocationToPreamble(R.getBegin()),
634 mapLocationToPreamble(R.getEnd()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 618 SourceLocation mapLocationToPreamble(SourceLocation Loc);
631 /// \see mapLocationToPreamble.
633 return SourceRange(mapLocationToPreamble(R.getBegin()),
634 mapLocationToPreamble(R.getEnd()));
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 568 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 124 milliseconds