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

  /external/clang/lib/Sema/
DeclSpec.cpp 168 unsigned NumExceptions,
199 I.Fun.NumExceptions = 0;
229 if (NumExceptions) {
230 I.Fun.NumExceptions = NumExceptions;
231 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
232 for (unsigned i = 0; i != NumExceptions; ++i) {
    [all...]
SemaExceptionSpec.cpp 142 NewEPI.NumExceptions = EPI.NumExceptions;
244 EPI.NumExceptions = OldProto->getNumExceptions();
    [all...]
SemaLookup.cpp 739 EPI.NumExceptions = 0;
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp 680 /*NumExceptions=*/0,
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 499 unsigned NumExceptions = Proto->getNumExceptions();
500 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions);
502 for (unsigned I = 0; I != NumExceptions; ++I) {
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 498 milliseconds