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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 136 const FunctionProtoType::ExtProtoInfo &EPI) {
141 NewEPI.ExceptionSpecType = EPI.ExceptionSpecType;
142 NewEPI.NumExceptions = EPI.NumExceptions;
143 NewEPI.Exceptions = EPI.Exceptions;
144 NewEPI.NoexceptExpr = EPI.NoexceptExpr;
149 if (!isUnresolvedExceptionSpec(EPI.ExceptionSpecType))
230 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo();
231 EPI.ExceptionSpecType = EST_DynamicNone;
233 NewProto->getParamTypes(), EPI);
241 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo()
    [all...]
SemaLookup.cpp 736 FunctionProtoType::ExtProtoInfo EPI = ConvProto->getExtProtoInfo();
737 EPI.ExtInfo = EPI.ExtInfo.withCallingConv(CC_C);
738 EPI.ExceptionSpecType = EST_None;
739 EPI.NumExceptions = 0;
742 None, EPI);
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 916 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
917 switch (EPI.ExceptionSpecType) {
920 OS << " noexcept-unevaluated " << EPI.ExceptionSpecDecl;
923 OS << " noexcept-uninstantiated " << EPI.ExceptionSpecTemplate;
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 365 milliseconds