Home
last modified time | relevance | path

Searched refs:AtEOF (Results 1 – 1 of 1) 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() local
157 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()