Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp803 static bool isIf(llvm::StringRef Line) { in isIf() function
827 if (isIf(Line) && isErrorAboutInclude(Content.split('\n').first)) in isDontIncludeMeHeader()
/external/llvm-project/clang/lib/Format/
DFormatToken.h464 bool isIf(bool AllowConstexprMacro = true) const {
DTokenAnnotator.cpp236 Left->Previous->isIf() || in parseParens()
2732 (Left.Previous->is(tok::kw_for) || Left.Previous->isIf())) in splitPenalty()
3024 Left.isIf(Line.Type != LT_PreprocessorDirective) || in spaceRequiredBetween()
DContinuationIndenter.cpp708 (Previous.Previous->is(tok::kw_for) || Previous.Previous->isIf())) { in addTokenOnCurrentLine()