Searched refs:CharTypdefsToIgnoreList (Results 1 – 2 of 2) sorted by relevance
32 CharTypdefsToIgnoreList(Options.get("CharTypdefsToIgnore", "")), in SignedCharMisuseCheck()37 Options.store(Opts, "CharTypdefsToIgnore", CharTypdefsToIgnoreList); in storeOptions()50 hasDeclaration(typedefDecl(hasAnyListedName(CharTypdefsToIgnoreList)))); in charCastExpression()
40 const std::string CharTypdefsToIgnoreList; variable