Searched refs:UseEndOfStatement (Results 1 – 2 of 2) sorted by relevance
477 const Stmt *S, LocationOrAnalysisDeclContext LAC, bool UseEndOfStatement) { in getValidSourceLocation() argument478 SourceLocation L = UseEndOfStatement ? S->getEndLoc() : S->getBeginLoc(); in getValidSourceLocation()511 L = UseEndOfStatement ? Parent->getEndLoc() : Parent->getBeginLoc(); in getValidSourceLocation()
325 bool UseEndOfStatement = false);