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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 160 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo();
161 EPI.ExceptionSpecType = EST_DynamicNone;
165 EPI);
174 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo();
175 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
176 if (EPI.ExceptionSpecType == EST_Dynamic) {
177 EPI.NumExceptions = OldProto->getNumExceptions();
178 EPI.Exceptions = OldProto->exception_begin();
179 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) {
189 EPI);
    [all...]
SemaLambda.cpp 239 FunctionProtoType::ExtProtoInfo EPI;
240 EPI.HasTrailingReturn = true;
241 EPI.TypeQuals |= DeclSpec::TQ_const;
243 /*Args=*/0, /*NumArgs=*/0, EPI);
    [all...]
SemaTemplateInstantiateDecl.cpp     [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...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 7337 FunctionProtoType::ExtProtoInfo epi = dtorType->getExtProtoInfo(); local
    [all...]
SemaExpr.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 68 milliseconds