Lines Matching refs:readDeclAs
6907 TL.setParam(i, Reader.readDeclAs<ParmVarDecl>()); in VisitFunctionTypeLoc()
6960 auto FoundDecl = readDeclAs<NamedDecl>(); in readConceptReference()
6961 auto NamedConcept = readDeclAs<ConceptDecl>(); in readConceptReference()
9136 Params.push_back(readDeclAs<NamedDecl>()); in readTemplateParameterList()
9205 Member = readDeclAs<FieldDecl>(); in readCXXCtorInitializers()
9209 IndirectMember = readDeclAs<IndirectFieldDecl>(); in readCXXCtorInitializers()
9262 NamespaceDecl *NS = readDeclAs<NamespaceDecl>(); in readNestedNameSpecifierLoc()
9269 NamespaceAliasDecl *Alias = readDeclAs<NamespaceAliasDecl>(); in readNestedNameSpecifierLoc()
9297 CXXRecordDecl *RD = readDeclAs<CXXRecordDecl>(); in readNestedNameSpecifierLoc()
11178 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPMapClause()
11197 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPMapClause()
11305 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPToClause()
11325 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPToClause()
11361 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPFromClause()
11381 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPFromClause()
11411 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPUseDevicePtrClause()
11430 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDevicePtrClause()
11453 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPUseDeviceAddrClause()
11472 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDeviceAddrClause()
11496 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPIsDevicePtrClause()
11515 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPIsDevicePtrClause()
11539 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPHasDeviceAddrClause()
11558 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPHasDeviceAddrClause()