Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp61 static bool isKeywordWithCondition(const FormatToken &Tok) { in isKeywordWithCondition() function
126 (isKeywordWithCondition(*Line.First) || in parseAngle()
2935 isKeywordWithCondition(*Left.Previous)) in spaceRequiredBetween()
2939 isKeywordWithCondition(*Right.MatchingParen->Previous)) in spaceRequiredBetween()