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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 139 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo();
140 EPI.ExceptionSpecType = EST_DynamicNone;
144 EPI);
153 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo();
154 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
155 if (EPI.ExceptionSpecType == EST_Dynamic) {
156 EPI.NumExceptions = OldProto->getNumExceptions();
157 EPI.Exceptions = OldProto->exception_begin();
158 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) {
168 EPI);
    [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp 7202 FunctionProtoType::ExtProtoInfo epi = dtorType->getExtProtoInfo(); local
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaLookup.cpp 712 FunctionProtoType::ExtProtoInfo EPI = ConvProto->getExtProtoInfo();
713 EPI.ExtInfo = EPI.ExtInfo.withCallingConv(CC_Default);
714 EPI.ExceptionSpecType = EST_None;
715 EPI.NumExceptions = 0;
718 0, 0, EPI);
    [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h 716 const FunctionProtoType::ExtProtoInfo &EPI) const;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 517 milliseconds