Searched refs:ParseTopLevelDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseAST.cpp135 if (P.ParseTopLevelDecl(ADecl)) {
145 } while (!P.ParseTopLevelDecl(ADecl));
H A DParseDeclCXX.cpp324 ParseTopLevelDecl();
331 ParseTopLevelDecl();
335 ParseTopLevelDecl();
H A DParser.cpp513 /// ParseTopLevelDecl - Parse one top-level declaration, return whatever the
515 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) { function in class:Parser
/external/clang/include/clang/Parse/
H A DParser.h284 /// ParseTopLevelDecl - Parse one top-level declaration. Returns true if
286 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
287 bool ParseTopLevelDecl() { function in class:clang::Parser
289 return ParseTopLevelDecl(Result);

Completed in 790 milliseconds