HomeSort by relevance Sort by last modified time
    Searched defs:EPI (Results 1 - 18 of 18) 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/lib/AST/
TypePrinter.cpp 663 auto EPI = T->getExtParameterInfo(i);
664 if (EPI.isConsumed()) OS << "__attribute__((ns_consumed)) ";
665 auto ABI = EPI.getABI();
    [all...]
ASTDumper.cpp 324 auto EPI = T->getExtProtoInfo();
325 if (EPI.HasTrailingReturn) OS << " trailing_return";
329 switch (EPI.RefQualifier) {
339 if (EPI.Variadic)
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [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...]
TreeTransform.h 11365 auto epi = exprFunctionType->getExtProtoInfo(); local
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 592 FunctionProtoType::ExtProtoInfo EPI;
593 EPI = EPI.withExceptionSpec(
597 QualType FQTy = CGF.getContext().getFunctionType(Op.Ty, ArgsQTys, EPI);
    [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 420 milliseconds