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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 179 DeclsInPrototype,
280 if (!DeclsInPrototype.empty()) {
283 I.Fun.NumExceptionsOrDecls = DeclsInPrototype.size();
285 I.Fun.DeclsInPrototype = new NamedDecl *[DeclsInPrototype.size()];
286 for (size_t J = 0; J < DeclsInPrototype.size(); ++J)
287 I.Fun.DeclsInPrototype[J] = DeclsInPrototype[J];
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1365 NamedDecl **DeclsInPrototype;
1404 delete[] DeclsInPrototype;
1493 return llvm::makeArrayRef(DeclsInPrototype, NumExceptionsOrDecls);
1640 ArrayRef<NamedDecl *> DeclsInPrototype,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 6637 SmallVector<NamedDecl *, 0> DeclsInPrototype;
6644 DeclsInPrototype.push_back(ND);
6657 ExceptionSpecTokens, DeclsInPrototype, StartLoc,

Completed in 62 milliseconds