Searched defs:ChainCall (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h470 unsigned ChainCall : 1;
555 bool isChainCall() const { return ChainCall; }
623 ID.AddBoolean(ChainCall);
640 bool ChainCall,
648 ID.AddBoolean(ChainCall);
638 Profile(llvm::FoldingSetNodeID &ID, bool InstanceMethod, bool ChainCall, const FunctionType::ExtInfo &info, ArrayRef<ExtParameterInfo> paramInfos, RequiredArgs required, CanQualType resultType, ArrayRef<CanQualType> argTypes) argument

Completed in 168 milliseconds