Lines Matching refs:readDeclAs
6912 TL.setParam(i, Reader.readDeclAs<ParmVarDecl>()); in VisitFunctionTypeLoc()
6969 auto FoundDecl = readDeclAs<NamedDecl>(); in readConceptReference()
6970 auto NamedConcept = readDeclAs<ConceptDecl>(); in readConceptReference()
9225 return TypeCoupledDeclRefInfo(readDeclAs<ValueDecl>(), readBool()); in readTypeCoupledDeclRefInfo()
9250 Params.push_back(readDeclAs<NamedDecl>()); in readTemplateParameterList()
9319 Member = readDeclAs<FieldDecl>(); in readCXXCtorInitializers()
9323 IndirectMember = readDeclAs<IndirectFieldDecl>(); in readCXXCtorInitializers()
9376 NamespaceDecl *NS = readDeclAs<NamespaceDecl>(); in readNestedNameSpecifierLoc()
9383 NamespaceAliasDecl *Alias = readDeclAs<NamespaceAliasDecl>(); in readNestedNameSpecifierLoc()
9411 CXXRecordDecl *RD = readDeclAs<CXXRecordDecl>(); in readNestedNameSpecifierLoc()
11324 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPMapClause()
11343 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPMapClause()
11451 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPToClause()
11471 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPToClause()
11507 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPFromClause()
11527 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPFromClause()
11557 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPUseDevicePtrClause()
11576 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDevicePtrClause()
11599 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPUseDeviceAddrClause()
11618 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDeviceAddrClause()
11642 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPIsDevicePtrClause()
11661 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPIsDevicePtrClause()
11685 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPHasDeviceAddrClause()
11704 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPHasDeviceAddrClause()