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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 164 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo();
165 EPI.ExceptionSpecType = EST_DynamicNone;
169 EPI);
178 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo();
179 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
180 if (EPI.ExceptionSpecType == EST_Dynamic) {
181 EPI.NumExceptions = OldProto->getNumExceptions();
182 EPI.Exceptions = OldProto->exception_begin();
183 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) {
193 EPI);
    [all...]
SemaType.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaLambda.cpp 385 FunctionProtoType::ExtProtoInfo EPI;
386 EPI.HasTrailingReturn = true;
387 EPI.TypeQuals |= DeclSpec::TQ_const;
389 /*Args=*/0, /*NumArgs=*/0, EPI);
    [all...]
SemaExprCXX.cpp     [all...]
SemaLookup.cpp 720 FunctionProtoType::ExtProtoInfo EPI = ConvProto->getExtProtoInfo();
721 EPI.ExtInfo = EPI.ExtInfo.withCallingConv(CC_Default);
722 EPI.ExceptionSpecType = EST_None;
723 EPI.NumExceptions = 0;
726 0, 0, EPI);
    [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]

Completed in 74 milliseconds