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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h145 SourceLocation *MacroBegin = nullptr) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp341 SourceLocation *MacroBegin) const {
342 return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts, MacroBegin);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h413 /// \param MacroBegin If non-null and function returns true, it is set to
418 SourceLocation *MacroBegin = nullptr);
H A DPreprocessor.h1818 /// \param MacroBegin If non-null and function returns true, it is set to
1821 SourceLocation *MacroBegin = nullptr) const {
1823 MacroBegin);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp804 SourceLocation *MacroBegin) {
813 if (MacroBegin)
814 *MacroBegin = expansionLoc;
818 return isAtStartOfMacroExpansion(expansionLoc, SM, LangOpts, MacroBegin);
905 SourceLocation MacroBegin, MacroEnd; local
906 if (isAtStartOfMacroExpansion(Begin, SM, LangOpts, &MacroBegin) &&
911 Range.setBegin(MacroBegin);
801 isAtStartOfMacroExpansion(SourceLocation loc, const SourceManager &SM, const LangOptions &LangOpts, SourceLocation *MacroBegin) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1131 SourceLocation *MacroBegin) const {
1160 if (MacroBegin)
1161 *MacroBegin = ExpLoc;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1285 /// \param MacroBegin If non-null and function returns true, it is set to the
1288 SourceLocation *MacroBegin = nullptr) const;

Completed in 204 milliseconds