Searched refs:InFunctionDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h228 bool InFunctionDecl) const;
H A DTokenAnnotator.cpp3458 bool InFunctionDecl = Line.MightBeFunctionDecl; local
3599 if (!Current->MustBreakBefore && InFunctionDecl &&
3624 InFunctionDecl = false;
3635 Current->SplitPenalty = splitPenalty(Line, *Current, InFunctionDecl);
3723 bool InFunctionDecl) const {
3780 if (InFunctionDecl && Right.NestingLevel == 0)
3863 if (Left.is(tok::l_paren) && InFunctionDecl &&
3872 if (Left.is(tok::equal) && InFunctionDecl)

Completed in 194 milliseconds