Searched refs:AllowBind (Results 1 – 2 of 2) sorted by relevance
263 : AllowBind(false), in DynTypedMatcher()293 void setAllowBind(bool AB) { AllowBind = AB; } in setAllowBind()374 : AllowBind(false), in DynTypedMatcher()379 bool AllowBind; variable
210 if (!AllowBind) return llvm::None; in tryBind()