Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.cpp740 if (isStartOfName(Current) && !Line.MightBeFunctionDecl) { in determineTokenType()
808 bool isStartOfName(const FormatToken &Tok) { in isStartOfName() function in clang::format::__anonef4f45af0111::AnnotatingParser