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

  /external/clang/include/clang/Edit/
Commit.h 131 SourceLocation *MacroBegin = 0) const;
  /external/clang/lib/Edit/
Commit.cpp 339 SourceLocation *MacroBegin) const {
340 return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts, MacroBegin);
  /external/clang/include/clang/Lex/
Lexer.h 317 /// \param MacroBegin If non-null and function returns true, it is set to
322 SourceLocation *MacroBegin = 0);
327 /// \param MacroBegin If non-null and function returns true, it is set to
Preprocessor.h     [all...]

Completed in 89 milliseconds