Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1168 StringRef RawIdent = T.getRawIdentifier(); in highlightLines() local
1173 if (llvm::StringSwitch<bool>(RawIdent) in highlightLines()
1188 const IdentifierInfo *II = PP->getIdentifierInfo(RawIdent); in highlightLines()