Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp1471 SourceLocation BaseStartLoc = getBase()->getLocStart(); in getLocStart() local
1472 if (BaseStartLoc.isValid()) in getLocStart()
1473 return BaseStartLoc; in getLocStart()
/external/llvm-project/clang/lib/AST/
DExpr.cpp1594 SourceLocation BaseStartLoc = getBase()->getBeginLoc(); in getBeginLoc() local
1595 if (BaseStartLoc.isValid()) in getBeginLoc()
1596 return BaseStartLoc; in getBeginLoc()