Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp164 bool IsPolymorphic = false; in reportPointerArithMisuse() local
167 getArrayRegion(Region, IsPolymorphic, Kind, C)) { in reportPointerArithMisuse()
168 if (!IsPolymorphic) in reportPointerArithMisuse()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp690 bool IsPolymorphic = Matcher.isPolymorphic(); in getMatcherCompletions() local
711 if (IsPolymorphic) in getMatcherCompletions()
724 if (IsPolymorphic) in getMatcherCompletions()
740 if (IsPolymorphic) { in getMatcherCompletions()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def506 TYPE_TRAIT_1(__is_polymorphic, IsPolymorphic, KEYCXX)