Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1934 llvm::StringMap<bool> CallerFeatureMap; in hasRequiredFeatures() local
1935 CGM.getFunctionFeatureMap(CallerFeatureMap, FD); in hasRequiredFeatures()
1945 if (!CallerFeatureMap.lookup(Feature)) { in hasRequiredFeatures()