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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp864 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); local
867 SourceRange ConditionRange = ExprStartLoc;
879 {ExprStartLoc, ConditionRange.getEnd()}};

Completed in 109 milliseconds