Home
last modified time | relevance | path

Searched refs:ExprStartLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPExpressions.cpp891 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
894 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
906 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DInlayHints.cpp511 auto ExprStartLoc = SM.getTopMacroCallerLoc(E->getBeginLoc()); in isPrecededByParamNameComment() local
512 auto Decomposed = SM.getDecomposedLoc(ExprStartLoc); in isPrecededByParamNameComment()