Home
last modified time | relevance | path

Searched refs:IndirectE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4792 Expr *IndirectE = Record.readExpr(); in UpdateDecl() local
4796 Reader.getContext(), MapType, DevType, IndirectE, Indirect, Level, in UpdateDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22199 Expr *IndirectE = nullptr; in ActOnOpenMPDeclareTargetName() local
22202 IndirectE = *DTCI.Indirect; in ActOnOpenMPDeclareTargetName()
22203 if (!IndirectE) in ActOnOpenMPDeclareTargetName()
22207 getASTContext(), MT, DTCI.DT, IndirectE, IsIndirect, Level, in ActOnOpenMPDeclareTargetName()
22304 Expr *IndirectE = nullptr; in checkDeclIsAllowedInOpenMPTarget() local
22307 IndirectE = *DTCI.Indirect; in checkDeclIsAllowedInOpenMPTarget()
22308 if (!IndirectE) in checkDeclIsAllowedInOpenMPTarget()
22315 DTCI.DT, IndirectE, IsIndirect, Level, in checkDeclIsAllowedInOpenMPTarget()