Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp170 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseAST()
H A DParser.cpp601 bool Parser::ParseFirstTopLevelDecl(DeclGroupPtrTy &Result, in ParseFirstTopLevelDecl() function in Parser
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp271 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseOrWrapTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h530 bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result,