Home
last modified time | relevance | path

Searched refs:getExpansionRange (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1217 CharSourceRange getExpansionRange(SourceLocation Loc) const;
1221 CharSourceRange getExpansionRange(SourceRange Range) const { in getExpansionRange() function
1222 SourceLocation Begin = getExpansionRange(Range.getBegin()).getBegin(); in getExpansionRange()
1223 CharSourceRange End = getExpansionRange(Range.getEnd()); in getExpansionRange()
1230 CharSourceRange getExpansionRange(CharSourceRange Range) const { in getExpansionRange() function
1231 CharSourceRange Expansion = getExpansionRange(Range.getAsRange()); in getExpansionRange()
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp60 MyRewriter.getSourceMgr().getExpansionRange(C->getSourceRange()); in VisitCXXMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp118 SM.getExpansionRange(SourceRange(First, Last)).getAsRange(); in spelledForExpandedSlow()
127 auto Dec = SM.getDecomposedLoc(SM.getExpansionRange(Prev).getBegin()); in spelledForExpandedSlow()
132 auto Dec = SM.getDecomposedLoc(SM.getExpansionRange(Next).getEnd()); in spelledForExpandedSlow()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp361 return Result.SourceManager->getExpansionRange(*SRange); in expansion()
H A DSourceCode.cpp225 CharSourceRange ExpansionRange = SM.getExpansionRange(EntityLast); in getEntityEndLoc()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp675 CharSourceRange LLoc = SM.getExpansionRange(Tok.getLocation()); in HighlightMacrosImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp932 SM.getExpansionRange( in DiagnoseDeclAvailability()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp855 CharSourceRange ERange = SM.getExpansionRange(R.getEnd()); in emitDiagnosticLoc()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1673 Loc = SourceMgr.getExpansionRange(Loc).getEnd(); in ExpandBuiltinMacro()
H A DPPDirectives.cpp2638 IncludePos = SourceMgr.getExpansionRange(IncludePos).getEnd(); in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp993 CharSourceRange SourceManager::getExpansionRange(SourceLocation Loc) const { in getExpansionRange() function in SourceManager
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1588 SM.getExpansionRange(Range.getEnd()).getEnd()); in getLengthOnSingleLine()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2291 Ctx.getSourceManager().getExpansionRange(Loc).getEnd()); in EvaluateInContext()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp298 CharSourceRange ExpansionRange = SM.getExpansionRange(AttrTokLoc); in ParseGNUAttributes()