Home
last modified time | relevance | path

Searched refs:funcProtoType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DType.cpp1141 const auto *funcProtoType = cast<FunctionProtoType>(funcType); in substObjCTypeArgs() local
1146 for (auto paramType : funcProtoType->getParamTypes()) { in substObjCTypeArgs()
1161 FunctionProtoType::ExtProtoInfo info = funcProtoType->getExtProtoInfo(); in substObjCTypeArgs()
1187 == funcProtoType->getReturnType().getAsOpaquePtr() && in substObjCTypeArgs()
/external/llvm-project/clang/lib/AST/
DType.cpp1330 const auto *funcProtoType = cast<FunctionProtoType>(funcType); in VisitFunctionType() local
1335 for (auto paramType : funcProtoType->getParamTypes()) { in VisitFunctionType()
1348 FunctionProtoType::ExtProtoInfo info = funcProtoType->getExtProtoInfo(); in VisitFunctionType()
1371 funcProtoType->getReturnType().getAsOpaquePtr() && in VisitFunctionType()