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

/openbsd-current/gnu/llvm/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);
/openbsd-current/gnu/llvm/clang/include/clang/Edit/
H A DCommit.h144 bool isAtStartOfMacroExpansion(SourceLocation loc,
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp808 bool Lexer::isAtStartOfMacroExpansion(SourceLocation loc, function in class:Lexer
825 return isAtStartOfMacroExpansion(expansionLoc, SM, LangOpts, MacroBegin);
903 if (!isAtStartOfMacroExpansion(Begin, SM, LangOpts, &Begin))
915 } else if (!isAtStartOfMacroExpansion(End, SM, LangOpts, &End))
923 if (isAtStartOfMacroExpansion(Begin, SM, LangOpts, &MacroBegin) &&
926 (Range.isCharRange() && isAtStartOfMacroExpansion(End, SM, LangOpts,
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h451 static bool isAtStartOfMacroExpansion(SourceLocation loc,
H A DPreprocessor.h2166 bool isAtStartOfMacroExpansion(SourceLocation loc, function in class:clang::Preprocessor
2168 return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts,
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DTransformActions.cpp393 return PP.isAtStartOfMacroExpansion(loc);
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp505 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) {
H A DParseDecl.cpp99 Lexer::isAtStartOfMacroExpansion(StartLoc, SM, PP.getLangOpts());
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2943 if (Lexer::isAtStartOfMacroExpansion(BeginLoc, SM, LO) &&

Completed in 318 milliseconds