Lines Matching refs:readDeclAs

6626     TL.setParam(i, Reader.readDeclAs<ParmVarDecl>());  in VisitFunctionTypeLoc()
6676 TL.setFoundDecl(Reader.readDeclAs<NamedDecl>()); in VisitAutoTypeLoc()
8815 Params.push_back(readDeclAs<NamedDecl>()); in readTemplateParameterList()
8884 Member = readDeclAs<FieldDecl>(); in readCXXCtorInitializers()
8888 IndirectMember = readDeclAs<IndirectFieldDecl>(); in readCXXCtorInitializers()
8941 NamespaceDecl *NS = readDeclAs<NamespaceDecl>(); in readNestedNameSpecifierLoc()
8948 NamespaceAliasDecl *Alias = readDeclAs<NamespaceAliasDecl>(); in readNestedNameSpecifierLoc()
8976 CXXRecordDecl *RD = readDeclAs<CXXRecordDecl>(); in readNestedNameSpecifierLoc()
12577 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPMapClause()
12596 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPMapClause()
12700 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPToClause()
12720 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPToClause()
12756 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPFromClause()
12776 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPFromClause()
12806 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPUseDevicePtrClause()
12825 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDevicePtrClause()
12848 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPUseDeviceAddrClause()
12867 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDeviceAddrClause()
12891 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPIsDevicePtrClause()
12910 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPIsDevicePtrClause()