reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Parse/Parser.h
  433   bool ParseFirstTopLevelDecl(DeclGroupPtrTy &Result);

References

tools/clang/lib/Parse/ParseAST.cpp
  157     for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF;
tools/clang/unittests/CodeGen/IncrementalProcessingTest.cpp
   80   for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF;