Lines Matching refs:readDeclAs
6577 TL.setParam(i, Reader.readDeclAs<ParmVarDecl>()); in VisitFunctionTypeLoc()
6627 TL.setFoundDecl(Reader.readDeclAs<NamedDecl>()); in VisitAutoTypeLoc()
8764 Params.push_back(readDeclAs<NamedDecl>()); in readTemplateParameterList()
8833 Member = readDeclAs<FieldDecl>(); in readCXXCtorInitializers()
8837 IndirectMember = readDeclAs<IndirectFieldDecl>(); in readCXXCtorInitializers()
8890 NamespaceDecl *NS = readDeclAs<NamespaceDecl>(); in readNestedNameSpecifierLoc()
8897 NamespaceAliasDecl *Alias = readDeclAs<NamespaceAliasDecl>(); in readNestedNameSpecifierLoc()
8925 CXXRecordDecl *RD = readDeclAs<CXXRecordDecl>(); in readNestedNameSpecifierLoc()
9017 auto *FDecl = asImpl().readDeclAs<FieldDecl>(); in readAPValue()
9029 auto *Member = asImpl().readDeclAs<ValueDecl>(); in readAPValue()
9035 asImpl().readDeclAs<const CXXRecordDecl>()->getCanonicalDecl(); in readAPValue()
9057 Base = APValue::LValueBase(asImpl().readDeclAs<const ValueDecl>(), in readAPValue()
9082 Decl *D = asImpl().readDeclAs<Decl>(); in readAPValue()
12610 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPMapClause()
12629 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPMapClause()
12733 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPToClause()
12753 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPToClause()
12789 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPFromClause()
12809 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPFromClause()
12839 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPUseDevicePtrClause()
12858 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDevicePtrClause()
12881 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPUseDeviceAddrClause()
12900 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDeviceAddrClause()
12924 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPIsDevicePtrClause()
12943 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPIsDevicePtrClause()