Searched refs:MacroBegin (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp285 SourceLocation MacroBegin, MacroEnd; local
286 llvm::tie(MacroBegin, MacroEnd) = SM.getImmediateExpansionRange(Loc);
291 Outer = SourceRange(MacroBegin, MacroEnd);
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h135 SourceLocation *MacroBegin = 0) const;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp342 SourceLocation *MacroBegin) const {
343 return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts, MacroBegin);
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h327 /// \param MacroBegin If non-null and function returns true, it is set to
332 SourceLocation *MacroBegin = 0);
H A DPreprocessor.h1060 /// \param MacroBegin If non-null and function returns true, it is set to
1063 SourceLocation *MacroBegin = 0) const {
1065 MacroBegin);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1039 SourceLocation *MacroBegin) const {
1068 if (MacroBegin)
1069 *MacroBegin = ExpLoc;
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1167 /// \param MacroBegin If non-null and function returns true, it is set to the
1170 SourceLocation *MacroBegin = 0) const;

Completed in 131 milliseconds