Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp2732 ExtParameterInfo *extParamInfos = in FunctionProtoType() local
2735 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
/external/clang/lib/Sema/
DTreeTransform.h11353 Sema::ExtParameterInfoBuilder extParamInfos; in TransformBlockExpr() local
11357 extParamInfos)) { in TransformBlockExpr()
11366 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()