Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp430 bool LocInvalid = false; in getFormattedLines() local
432 SourceMgr.getSpellingColumnNumber(Tok.getLocation(), &LocInvalid); in getFormattedLines()
433 assert(!LocInvalid && "getFormattedText for invalid location"); in getFormattedLines()