Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1609 SourceLocation BaseStartLoc = getBase()->getBeginLoc(); in getBeginLoc() local
1610 if (BaseStartLoc.isValid()) in getBeginLoc()
1611 return BaseStartLoc; in getBeginLoc()