Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h579 bool isFunctionLikeKeyword() const { in isFunctionLikeKeyword() function
H A DTokenAnnotator.cpp3035 (Left.is(tok::identifier) || Left.isFunctionLikeKeyword() || in spaceRequiredBetween()