HomeSort by relevance Sort by last modified time
    Searched refs:NumExceptions (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/Sema/
DeclSpec.cpp 167 unsigned NumExceptions,
198 I.Fun.NumExceptions = 0;
228 if (NumExceptions) {
229 I.Fun.NumExceptions = NumExceptions;
230 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
231 for (unsigned i = 0; i != NumExceptions; ++i) {
    [all...]
SemaExceptionSpec.cpp 218 EPI.NumExceptions = OldProto->getNumExceptions();
    [all...]
SemaLookup.cpp 733 EPI.NumExceptions = 0;
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp 698 /*NumExceptions=*/0,
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 506 unsigned NumExceptions = Proto->getNumExceptions();
507 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions);
509 for (unsigned I = 0; I != NumExceptions; ++I) {
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 306 milliseconds