Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST()
H A DParser.cpp584 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result) { in ParseFirstTopLevelDecl() function in Parser
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp165 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseOrWrapTopLevelDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h466 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result);