HomeSort by relevance Sort by last modified time
    Searched refs:MacroBegin (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 286 SourceLocation MacroBegin, MacroEnd;
287 std::tie(MacroBegin, MacroEnd) = SM.getImmediateExpansionRange(Loc);
292 Outer = SourceRange(MacroBegin, MacroEnd);
  /external/clang/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Edit/
Commit.h 134 SourceLocation *MacroBegin = nullptr) const;
  /external/clang/lib/Edit/
Commit.cpp 340 SourceLocation *MacroBegin) const {
341 return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts, MacroBegin);
  /external/clang/include/clang/Lex/
Lexer.h 349 /// \param MacroBegin If non-null and function returns true, it is set to
354 SourceLocation *MacroBegin = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Lexer.h 349 /// \param MacroBegin If non-null and function returns true, it is set to
354 SourceLocation *MacroBegin = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Lexer.h 349 /// \param MacroBegin If non-null and function returns true, it is set to
354 SourceLocation *MacroBegin = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Lexer.h 349 /// \param MacroBegin If non-null and function returns true, it is set to
354 SourceLocation *MacroBegin = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Lexer.h 366 /// \param MacroBegin If non-null and function returns true, it is set to
371 SourceLocation *MacroBegin = nullptr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Lexer.h 366 /// \param MacroBegin If non-null and function returns true, it is set to
371 SourceLocation *MacroBegin = nullptr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Lexer.h 366 /// \param MacroBegin If non-null and function returns true, it is set to
371 SourceLocation *MacroBegin = nullptr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Lexer.h 366 /// \param MacroBegin If non-null and function returns true, it is set to
371 SourceLocation *MacroBegin = nullptr);
    [all...]

Completed in 381 milliseconds

1 2 3