Home
last modified time | relevance | path

Searched defs:MustBeDeclaration (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h131 bool MustBeDeclaration; variable
H A DUnwrappedLineParser.h50 bool MustBeDeclaration; member
H A DUnwrappedLineParser.cpp70 bool MustBeDeclaration) in ScopedDeclarationState()
393 bool MustBeDeclaration = !Line->InPPDirective && !Style.isJavaScript(); in parseFile() local
830 bool MustBeDeclaration, unsigned AddLevels, bool MunchSemi, bool KeepBraces, in parseBlock()