Home
last modified time | relevance | path

Searched refs:isAtEndOfMacroExpansion (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h146 bool isAtEndOfMacroExpansion(SourceLocation loc,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp857 if (Offset > 0 || !isAtEndOfMacroExpansion(Loc, SM, LangOpts, &Loc)) in getLocForEndOfToken()
894 bool Lexer::isAtEndOfMacroExpansion(SourceLocation loc, in isAtEndOfMacroExpansion() function in Lexer
917 return isAtEndOfMacroExpansion(expansionLoc, SM, LangOpts, MacroEnd); in isAtEndOfMacroExpansion()
975 if (!isAtEndOfMacroExpansion(End, SM, LangOpts, &End)) in makeFileCharRange()
988 ((Range.isTokenRange() && isAtEndOfMacroExpansion(End, SM, LangOpts, in makeFileCharRange()
1329 if (!Lexer::isAtEndOfMacroExpansion(Loc, SM, LangOpts, &Loc)) in findNextToken()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp134 if (!Lexer::isAtEndOfMacroExpansion(loc, SM, Ctx.getLangOpts(), &loc)) in findSemiAfterLocation()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2201 bool isAtEndOfMacroExpansion(SourceLocation loc,
2203 return Lexer::isAtEndOfMacroExpansion(loc, SourceMgr, LangOpts, MacroEnd);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1806 !Lexer::isAtEndOfMacroExpansion(ParmIdentEndLoc, SM, LangOpts)) in getVarDeclIdentifierText()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2976 Lexer::isAtEndOfMacroExpansion(EndLoc, SM, LO)) { in patternMatch()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp129 Lexer::isAtEndOfMacroExpansion(EndLoc, SM, PP.getLangOpts()); in FindLocsWithCommonFileID()