Searched refs:CallerFeatureMap (Results 1 – 1 of 1) sorted by relevance
2335 llvm::StringMap<bool> CallerFeatureMap; in hasRequiredFeatures() local2336 CGM.getFunctionFeatureMap(CallerFeatureMap, GlobalDecl().getWithDecl(FD)); in hasRequiredFeatures()2345 if (!CallerFeatureMap.lookup(Feature)) { in hasRequiredFeatures()