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 43 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false),
87 bool MustBeDeclaration;
UnwrappedLineParser.h 48 bool MustBeDeclaration;
72 void parseBlock(bool MustBeDeclaration, bool AddLevel = true,
212 : Level(0), InPPDirective(false), MustBeDeclaration(false) {}

Completed in 755 milliseconds