Home
last modified time | relevance | path

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

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