HomeSort by relevance Sort by last modified time
    Searched defs:MustBeDeclaration (Results 1 - 2 of 2) 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);

Completed in 56 milliseconds