Searched refs:isAtStartOfMacroExpansion (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Edit/ |
| HD | Commit.cpp | 230 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/ |
| HD | Commit.h | 144 bool isAtStartOfMacroExpansion(SourceLocation loc,
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | Lexer.h | 451 static bool isAtStartOfMacroExpansion(SourceLocation loc,
|
| HD | Preprocessor.h | 2190 bool isAtStartOfMacroExpansion(SourceLocation loc, 2192 return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | Lexer.cpp | 872 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/ |
| HD | TransformActions.cpp | 393 return PP.isAtStartOfMacroExpansion(loc); in canInsert()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseExpr.cpp | 535 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) { in ParseRHSOfBinaryExpression()
|
| HD | ParseDecl.cpp | 127 Lexer::isAtStartOfMacroExpansion(StartLoc, SM, PP.getLangOpts()); in FindLocsWithCommonFileID()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | BugReporterVisitors.cpp | 2975 if (Lexer::isAtStartOfMacroExpansion(BeginLoc, SM, LO) && in patternMatch()
|