Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp69 static bool isKeywordWithCondition(const FormatToken &Tok) { in isKeywordWithCondition() function
137 (isKeywordWithCondition(*Line.First) || in parseAngle()
3289 isKeywordWithCondition(*LeftParen->Previous)) { in spaceRequiredBetween()