Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp61 static bool isKeywordWithCondition(const FormatToken &Tok) { in isKeywordWithCondition() function
126 (isKeywordWithCondition(*Line.First) || in parseAngle()
2817 isKeywordWithCondition(*Left.Previous)) in spaceRequiredBetween()
2821 isKeywordWithCondition(*Right.MatchingParen->Previous)) in spaceRequiredBetween()