Searched refs:TryParseSimpleDeclaration (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseTentative.cpp114 // FIXME: TryParseSimpleDeclaration doesn't look past the first initializer,
130 TPR = TryParseSimpleDeclaration(AllowForRangeDecl);
153 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { function in class:Parser
/external/clang/include/clang/Parse/
H A DParser.h1767 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);

Completed in 85 milliseconds