HomeSort by relevance Sort by last modified time
    Searched refs:MustBeDeclaration (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Format/
TokenAnnotator.h 44 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false),
64 bool MustBeDeclaration;
UnwrappedLineParser.h 34 UnwrappedLine() : Level(0), InPPDirective(false), MustBeDeclaration(false) {}
46 bool MustBeDeclaration;
68 void parseBlock(bool MustBeDeclaration, bool AddLevel = true);
UnwrappedLineParser.cpp 38 bool MustBeDeclaration)
40 Line.MustBeDeclaration = MustBeDeclaration;
41 Stack.push_back(MustBeDeclaration);
46 Line.MustBeDeclaration = Stack.back();
48 Line.MustBeDeclaration = true;
208 /*MustBeDeclaration=*/ !Line->InPPDirective);
226 parseBlock(/*MustBeDeclaration=*/false);
322 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel) {
330 MustBeDeclaration);
    [all...]
TokenAnnotator.cpp 307 if (Tok->Previous == NULL && Line.MustBeDeclaration)
354 if (Line.MustBeDeclaration && NameFound && !Contexts.back().IsExpression)
593 (Current.is(tok::l_paren) && !Line.MustBeDeclaration &&
621 Line.MustBeDeclaration) {
    [all...]
Format.cpp 704 Line.MustBeDeclaration))
    [all...]

Completed in 62 milliseconds