Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1675 SourceLocation BaseStartLoc = getBase()->getBeginLoc(); in getBeginLoc() local
1676 if (BaseStartLoc.isValid()) in getBeginLoc()
1677 return BaseStartLoc; in getBeginLoc()