Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp625 class IsObjCTypeParamDependentTypeVisitor in isObjCTypeParamDependent() class
626 : public RecursiveASTVisitor<IsObjCTypeParamDependentTypeVisitor> { in isObjCTypeParamDependent()
628 IsObjCTypeParamDependentTypeVisitor() : Result(false) {} in isObjCTypeParamDependent() function in isObjCTypeParamDependent::IsObjCTypeParamDependentTypeVisitor
640 IsObjCTypeParamDependentTypeVisitor Visitor; in isObjCTypeParamDependent()