Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.h139 bool MustBeDeclaration; variable
H A DUnwrappedLineParser.h58 bool MustBeDeclaration; member
H A DUnwrappedLineParser.cpp97 bool MustBeDeclaration) in ScopedDeclarationState()
410 bool MustBeDeclaration = !Line->InPPDirective && !Style.isJavaScript(); in parseFile() local
863 bool MustBeDeclaration, unsigned AddLevels, bool MunchSemi, bool KeepBraces, in parseBlock()