Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSmartPointerAccessorCaching.cpp24 using ast_matchers::referenceType;
136 returns(hasCanonicalType(referenceType())), in isSmartPointerLikeOperatorStar()
152 returns(hasCanonicalType(referenceType())), in isPointerLikeOperatorStar()
167 parameterCountIs(0), returns(hasCanonicalType(referenceType())), in isSmartPointerLikeValueMethodCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp54 varDecl(hasType(hasCanonicalType(referenceType()))).bind(MatchRef)))), in getWidenedLoopState()
H A DLoopUnrolling.cpp120 allOf(hasType(referenceType()), in assignedToRef()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp221 referenceType(pointee(unless(isConstQualified())))); in __anon2875c4430802()
580 hasUnqualifiedDesugaredType(referenceType(pointee(arrayType()))))))); in findRangeLoopMutation()
610 hasSingleDecl(varDecl(hasType(hasUnqualifiedDesugaredType(referenceType( in findRangeLoopMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp554 REGISTER_MATCHER(referenceType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp356 referenceType(pointee(desugarsToOptionalOrDerivedType())))))); in isCallReturningOptional()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1097 const AstTypeMatcher<ReferenceType> referenceType; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7430 extern const AstTypeMatcher<ReferenceType> referenceType;