Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp2613 bool IsPPKeyword = PreviousNotConst->is(tok::identifier) && in isStartOfName() local
2631 if (IsPPKeyword) in isStartOfName()