HomeSort by: relevance | last modified time | path
    Searched refs:convertTo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 1400 addMatcher(NodeMatch.convertTo<Decl>(), Action);
1403 addMatcher(NodeMatch.convertTo<QualType>(), Action);
1406 addMatcher(NodeMatch.convertTo<Stmt>(), Action);
1409 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action);
1412 addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action);
1415 addMatcher(NodeMatch.convertTo<TypeLoc>(), Action);
1418 addMatcher(NodeMatch.convertTo<CXXCtorInitializer>(), Action);
1421 addMatcher(NodeMatch.convertTo<TemplateArgumentLoc>(), Action);
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 214 ->template convertTo<T>();
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 287 SDValue convertTo(const SDLoc &DL, EVT VT, SDValue N) const;
947 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT,
1010 SDValue In = convertTo(DL, VT, RISBG.Input);
1047 convertTo(DL, OpcodeVT, RISBG.Input),
1052 SDValue New = convertTo(
1103 convertTo(DL, MVT::i64, Op0),
1104 convertTo(DL, MVT::i64, RxSBG[I].Input),
1109 SDValue New = convertTo(
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 529 template <typename T> Matcher<T> convertTo() const {
534 /// Same as \c convertTo(), but does not check that the underlying
842 inline Matcher<QualType> DynTypedMatcher::convertTo<QualType>() const {

Completed in 38 milliseconds