HomeSort by: relevance | last modified time | path
    Searched defs:ADecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseAST.cpp 156 Parser::DeclGroupPtrTy ADecl;
157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF;
158 AtEOF = P.ParseTopLevelDecl(ADecl)) {
162 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get()))
  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
IncrementalParser.cpp 154 Parser::DeclGroupPtrTy ADecl;
155 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl); !AtEOF;
156 AtEOF = P->ParseTopLevelDecl(ADecl)) {
160 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get()))
164 LastTransaction.Decls.push_back(ADecl.get());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 1142 NamedDecl *ADecl =
1145 if (ADecl) {
1147 Diag(ADecl->getLocation(), diag::note_previous_declaration);

Completed in 24 milliseconds