Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp1719 SourceLocation BaseStartLoc = getBase()->getBeginLoc(); in getBeginLoc() local
1720 if (BaseStartLoc.isValid()) in getBeginLoc()
1721 return BaseStartLoc; in getBeginLoc()