HomeSort by: relevance | last modified time | path
    Searched refs:ADecl (Results 1 - 5 of 5) 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/
SemaOpenMP.cpp 6340 Decl *ADecl = DG.get().getSingleDecl();
6341 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl))
6342 ADecl = FTD->getTemplatedDecl();
6344 auto *FD = dyn_cast<FunctionDecl>(ADecl);
6346 Diag(ADecl->getLocation(), diag::err_omp_function_expected) << SimdId;
6379 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0);
6435 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0);
6522 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0);
6570 ADecl->addAttr(NewAttr);
6846 Decl *ADecl = DG.get().getSingleDecl()
    [all...]
SemaDeclObjC.cpp 1142 NamedDecl *ADecl =
1145 if (ADecl) {
1147 Diag(ADecl->getLocation(), diag::note_previous_declaration);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 3772 Deserializing ADecl(this);

Completed in 38 milliseconds