Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp396 bool LocInvalid = false; in getFormattedText() local
398 SourceMgr.getSpellingColumnNumber(Tok.getLocation(), &LocInvalid); in getFormattedText()
399 assert(!LocInvalid && "getFormattedText for invalid location"); in getFormattedText()