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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp114 // FIXME: TryParseSimpleDeclaration doesn't look past the first initializer,
130 TPR = TryParseSimpleDeclaration(AllowForRangeDecl);
229 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { function in class:Parser
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1849 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);

Completed in 101 milliseconds