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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp230 isAtStartOfMacroExpansion(loc, &loc);
236 if (!isAtStartOfMacroExpansion(loc, &loc))
340 bool Commit::isAtStartOfMacroExpansion(SourceLocation loc, function in class:Commit
342 return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts, MacroBegin);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h144 bool isAtStartOfMacroExpansion(SourceLocation loc,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h415 static bool isAtStartOfMacroExpansion(SourceLocation loc,
H A DPreprocessor.h1820 bool isAtStartOfMacroExpansion(SourceLocation loc, function in class:clang::Preprocessor
1822 return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp801 bool Lexer::isAtStartOfMacroExpansion(SourceLocation loc, function in class:Lexer
818 return isAtStartOfMacroExpansion(expansionLoc, SM, LangOpts, MacroBegin);
888 if (!isAtStartOfMacroExpansion(Begin, SM, LangOpts, &Begin))
897 (Range.isCharRange() && !isAtStartOfMacroExpansion(End, SM, LangOpts,
906 if (isAtStartOfMacroExpansion(Begin, SM, LangOpts, &MacroBegin) &&
909 (Range.isCharRange() && isAtStartOfMacroExpansion(End, SM, LangOpts,
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp393 return PP.isAtStartOfMacroExpansion(loc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2337 if (Lexer::isAtStartOfMacroExpansion(BeginLoc, SM, LO) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp504 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) {
H A DParseDecl.cpp99 Lexer::isAtStartOfMacroExpansion(StartLoc, SM, PP.getLangOpts());

Completed in 216 milliseconds