Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1802 SourceLocation BaseStartLoc = getBase()->getBeginLoc(); in getBeginLoc() local
1803 if (BaseStartLoc.isValid()) in getBeginLoc()
1804 return BaseStartLoc; in getBeginLoc()