Home
last modified time | relevance | path

Searched refs:isAtStartOfMacroExpansion (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Edit/
HDCommit.cpp230 isAtStartOfMacroExpansion(loc, &loc); in canInsert()
236 if (!isAtStartOfMacroExpansion(loc, &loc)) in canInsert()
340 bool Commit::isAtStartOfMacroExpansion(SourceLocation loc, in isAtStartOfMacroExpansion() function in Commit
342 return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts, MacroBegin); in isAtStartOfMacroExpansion()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Edit/
HDCommit.h144 bool isAtStartOfMacroExpansion(SourceLocation loc,
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h451 static bool isAtStartOfMacroExpansion(SourceLocation loc,
HDPreprocessor.h2190 bool isAtStartOfMacroExpansion(SourceLocation loc,
2192 return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp872 bool Lexer::isAtStartOfMacroExpansion(SourceLocation loc, in isAtStartOfMacroExpansion() function in Lexer
889 return isAtStartOfMacroExpansion(expansionLoc, SM, LangOpts, MacroBegin); in isAtStartOfMacroExpansion()
967 if (!isAtStartOfMacroExpansion(Begin, SM, LangOpts, &Begin)) in makeFileCharRange()
979 } else if (!isAtStartOfMacroExpansion(End, SM, LangOpts, &End)) in makeFileCharRange()
987 if (isAtStartOfMacroExpansion(Begin, SM, LangOpts, &MacroBegin) && in makeFileCharRange()
990 (Range.isCharRange() && isAtStartOfMacroExpansion(End, SM, LangOpts, in makeFileCharRange()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransformActions.cpp393 return PP.isAtStartOfMacroExpansion(loc); in canInsert()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExpr.cpp535 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) { in ParseRHSOfBinaryExpression()
HDParseDecl.cpp127 Lexer::isAtStartOfMacroExpansion(StartLoc, SM, PP.getLangOpts()); in FindLocsWithCommonFileID()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp2975 if (Lexer::isAtStartOfMacroExpansion(BeginLoc, SM, LO) && in patternMatch()