Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10273 StringRef TrueName, FalseName; in shouldNotPrintDirectly() local
10279 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()
10287 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()