Searched refs:MustBeDeclaration (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h48 bool MustBeDeclaration; member in struct:clang::format::UnwrappedLine
72 void parseBlock(bool MustBeDeclaration, bool AddLevel = true,
199 : Level(0), InPPDirective(false), MustBeDeclaration(false) {}
H A DTokenAnnotator.h43 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false),
86 bool MustBeDeclaration; member in class:clang::format::AnnotatedLine
H A DUnwrappedLineParser.cpp38 bool MustBeDeclaration)
40 Line.MustBeDeclaration = MustBeDeclaration;
41 Stack.push_back(MustBeDeclaration);
46 Line.MustBeDeclaration = Stack.back();
48 Line.MustBeDeclaration = true;
245 /*MustBeDeclaration=*/ !Line->InPPDirective);
263 parseBlock(/*MustBeDeclaration=*/false);
363 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, argument
372 MustBeDeclaration);
37 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, bool MustBeDeclaration) argument
[all...]
H A DTokenAnnotator.cpp320 if (Tok->Previous == NULL && Line.MustBeDeclaration)
369 if (Line.MustBeDeclaration && Contexts.size() == 1 &&
607 (Current.is(tok::l_paren) && !Line.MustBeDeclaration &&
638 Line.MustBeDeclaration) {
H A DContinuationIndenter.cpp461 State.Line->MustBeDeclaration))

Completed in 154 milliseconds