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

  /external/clang/lib/Sema/
DeclSpec.cpp 163 unsigned NumExceptions,
189 I.Fun.NumExceptions = 0;
217 if (NumExceptions) {
218 I.Fun.NumExceptions = NumExceptions;
219 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
220 for (unsigned i = 0; i != NumExceptions; ++i) {
    [all...]
SemaExceptionSpec.cpp 177 EPI.NumExceptions = OldProto->getNumExceptions();
    [all...]
SemaLookup.cpp 723 EPI.NumExceptions = 0;
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 490 unsigned NumExceptions = Proto->getNumExceptions();
491 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions);
493 for (unsigned I = 0; I != NumExceptions; ++I) {
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 210 milliseconds