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

  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 151 clang::FunctionProtoType::ExtProtoInfo EPI;
170 EPI);
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 322 auto EPI = T->getExtProtoInfo();
323 if (EPI.HasTrailingReturn) OS << " trailing_return";
327 switch (EPI.RefQualifier) {
337 if (EPI.Variadic)
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 591 FunctionProtoType::ExtProtoInfo EPI;
592 EPI = EPI.withExceptionSpec(
596 QualType FQTy = CGF.getContext().getFunctionType(Op.Ty, ArgsQTys, EPI);
    [all...]
CGException.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaLambda.cpp     [all...]
SemaType.cpp     [all...]
SemaLookup.cpp 884 FunctionProtoType::ExtProtoInfo EPI = ConvProto->getExtProtoInfo();
885 EPI.ExtInfo = EPI.ExtInfo.withCallingConv(CC_C);
886 EPI.ExceptionSpec = EST_None;
889 None, EPI);
    [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 555 milliseconds