Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseAST.cpp161 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseAST()
H A DParser.cpp584 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result, in ParseFirstTopLevelDecl() function in Parser
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp171 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseOrWrapTopLevelDecl()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h473 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result,