Searched refs:MacroEnd (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h147 SourceLocation *MacroEnd = nullptr) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp346 SourceLocation *MacroEnd) const {
347 return Lexer::isAtEndOfMacroExpansion(loc, SourceMgr, LangOpts, MacroEnd);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp826 SourceLocation *MacroEnd) {
841 if (MacroEnd)
842 *MacroEnd = expansionLoc;
846 return isAtEndOfMacroExpansion(expansionLoc, SM, LangOpts, MacroEnd);
905 SourceLocation MacroBegin, MacroEnd; local
908 &MacroEnd)) ||
910 &MacroEnd)))) {
912 Range.setEnd(MacroEnd);
823 isAtEndOfMacroExpansion(SourceLocation loc, const SourceManager &SM, const LangOptions &LangOpts, SourceLocation *MacroEnd) argument
H A DPPMacroExpansion.cpp761 SourceLocation &MacroEnd) {
820 MacroEnd = Tok.getLocation();
759 ReadMacroCallArgumentList(Token &MacroName, MacroInfo *MI, SourceLocation &MacroEnd) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h423 /// \param MacroEnd If non-null and function returns true, it is set to
428 SourceLocation *MacroEnd = nullptr);
H A DPreprocessor.h1829 /// \param MacroEnd If non-null and function returns true, it is set to
1832 SourceLocation *MacroEnd = nullptr) const {
1833 return Lexer::isAtEndOfMacroExpansion(loc, SourceMgr, LangOpts, MacroEnd);
2151 SourceLocation &MacroEnd);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1166 SourceLocation *MacroEnd) const {
1196 if (MacroEnd)
1197 *MacroEnd = ExpInfo.getExpansionLocEnd();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1293 /// \param MacroEnd If non-null and function returns true, it is set to the
1297 SourceLocation *MacroEnd = nullptr) const;

Completed in 210 milliseconds