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

1 2

  /external/clang/lib/Edit/
Commit.cpp 256 isAtEndOfMacroExpansion(loc, &loc);
263 if (!isAtEndOfMacroExpansion(loc, &loc))
343 bool Commit::isAtEndOfMacroExpansion(SourceLocation loc,
345 return Lexer::isAtEndOfMacroExpansion(loc, SourceMgr, LangOpts, MacroEnd);
  /external/clang/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Edit/
Commit.h 135 bool isAtEndOfMacroExpansion(SourceLocation loc,
  /external/clang/unittests/Lex/
LexerTest.cpp 303 EXPECT_FALSE(Lexer::isAtEndOfMacroExpansion(idLoc, SourceMgr, LangOpts));
304 EXPECT_TRUE(Lexer::isAtEndOfMacroExpansion(rsqrLoc, SourceMgr, LangOpts, &Loc));
  /external/clang/include/clang/Lex/
Lexer.h 361 static bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Lexer.h 361 static bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Lexer.h 361 static bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Lexer.h 361 static bool isAtEndOfMacroExpansion(SourceLocation loc,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Lexer.h 378 static bool isAtEndOfMacroExpansion(SourceLocation loc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Lexer.h 378 static bool isAtEndOfMacroExpansion(SourceLocation loc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Lexer.h 378 static bool isAtEndOfMacroExpansion(SourceLocation loc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Lexer.h 378 static bool isAtEndOfMacroExpansion(SourceLocation loc,
    [all...]

Completed in 893 milliseconds

1 2