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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 6637 SmallVector<NamedDecl *, 0> DeclsInPrototype;
6644 DeclsInPrototype.push_back(ND);
6657 ExceptionSpecTokens, DeclsInPrototype, StartLoc,
  /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,

Completed in 37 milliseconds