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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF;
H A DParser.cpp582 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result) { function in class:Parser
/netbsd-current/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp155 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl); !AtEOF;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h465 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result);

Completed in 206 milliseconds