Searched refs:convertTo (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1632 addMatcher(NodeMatch.convertTo<Decl>(), Action); in addDynamicMatcher() 1635 addMatcher(NodeMatch.convertTo<QualType>(), Action); in addDynamicMatcher() 1638 addMatcher(NodeMatch.convertTo<Stmt>(), Action); in addDynamicMatcher() 1641 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action); in addDynamicMatcher() 1644 addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action); in addDynamicMatcher() 1647 addMatcher(NodeMatch.convertTo<TypeLoc>(), Action); in addDynamicMatcher() 1650 addMatcher(NodeMatch.convertTo<CXXCtorInitializer>(), Action); in addDynamicMatcher() 1653 addMatcher(NodeMatch.convertTo<TemplateArgumentLoc>(), Action); in addDynamicMatcher() 1656 addMatcher(NodeMatch.convertTo<Attr>(), Action); in addDynamicMatcher()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 286 SDValue convertTo(const SDLoc &DL, EVT VT, SDValue N) const; 946 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT, in convertTo() function in SystemZDAGToDAGISel 1009 SDValue In = convertTo(DL, VT, RISBG.Input); in tryRISBGZero() 1046 convertTo(DL, OpcodeVT, RISBG.Input), in tryRISBGZero() 1051 SDValue New = convertTo( in tryRISBGZero() 1102 convertTo(DL, MVT::i64, Op0), in tryRxSBG() 1103 convertTo(DL, MVT::i64, RxSBG[I].Input), in tryRxSBG() 1108 SDValue New = convertTo( in tryRxSBG()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 214 ->template convertTo<T>(); in getTypedMatcher()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersInternalTest.cpp | 150 .convertTo<QualType>())); in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | RangedConstraintManager.h | 287 ContainerType convertTo(RangeSet What, APSIntType Ty);
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 525 template <typename T> Matcher<T> convertTo() const { 835 inline Matcher<QualType> DynTypedMatcher::convertTo<QualType>() const {
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 700 return makePersistent(convertTo(What, Ty)); in castTo() 777 RangeSet::ContainerType RangeSet::Factory::convertTo(RangeSet What, in convertTo() function in RangeSet::Factory
|