Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Format/
HDTokenAnnotator.cpp632 if (isStartOfName(Current) && !Line.MightBeFunctionDecl) { in determineTokenType()
720 bool isStartOfName(const FormatToken &Tok) { in isStartOfName() function in clang::format::__anon64ce9d0c0111::AnnotatingParser