Home
last modified time | relevance | path

Searched refs:ParseFirstTopLevelDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp156 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST()
H A DParser.cpp529 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result) { in ParseFirstTopLevelDecl() function in Parser
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h397 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result);