Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp71 …auto Matches = match(findAll(stmt(hasDescendant(varDecl(hasType(referenceType())).bind(MatchRef)))… in getWidenedLoopState()
H A DLoopUnrolling.cpp115 allOf(hasType(referenceType()), in assignedToRef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp49 referenceType(pointee(unless(isConstQualified())))); in __anond759b8d20202()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp451 REGISTER_MATCHER(referenceType); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp824 const AstTypeMatcher<ReferenceType> referenceType; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5502 extern const AstTypeMatcher<ReferenceType> referenceType;