Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp81 static bool isKeywordWithCondition(const FormatToken &Tok) { in isKeywordWithCondition() function
4418 if (LeftParen->Previous && isKeywordWithCondition(*LeftParen->Previous)) in spaceRequiredBetween()