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

  /external/clang/lib/Format/
TokenAnnotator.h 44 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false),
114 bool MustBeDeclaration;
UnwrappedLineParser.h 49 bool MustBeDeclaration;
74 void parseBlock(bool MustBeDeclaration, bool AddLevel = true,
217 : Level(0), InPPDirective(false), MustBeDeclaration(false) {}
UnwrappedLineParser.cpp 40 bool MustBeDeclaration)
42 Line.MustBeDeclaration = MustBeDeclaration;
43 Stack.push_back(MustBeDeclaration);
48 Line.MustBeDeclaration = Stack.back();
50 Line.MustBeDeclaration = true;
257 bool MustBeDeclaration =
260 MustBeDeclaration);
287 parseBlock(/*MustBeDeclaration=*/false);
412 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel
    [all...]

Completed in 203 milliseconds