Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp716 class IsObjCTypeParamDependentTypeVisitor in isObjCTypeParamDependent() class
717 : public RecursiveASTVisitor<IsObjCTypeParamDependentTypeVisitor> { in isObjCTypeParamDependent()
719 IsObjCTypeParamDependentTypeVisitor() : Result(false) {} in isObjCTypeParamDependent() function in isObjCTypeParamDependent::IsObjCTypeParamDependentTypeVisitor
731 IsObjCTypeParamDependentTypeVisitor Visitor; in isObjCTypeParamDependent()