Searched refs:IndirectE (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 4928 Expr *IndirectE = Record.readExpr(); in UpdateDecl() local 4932 Reader.getContext(), MapType, DevType, IndirectE, Indirect, Level, in UpdateDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 23112 Expr *IndirectE = nullptr; in ActOnOpenMPDeclareTargetName() local 23115 IndirectE = *DTCI.Indirect; in ActOnOpenMPDeclareTargetName() 23116 if (!IndirectE) in ActOnOpenMPDeclareTargetName() 23120 getASTContext(), MT, DTCI.DT, IndirectE, IsIndirect, Level, in ActOnOpenMPDeclareTargetName() 23217 Expr *IndirectE = nullptr; in checkDeclIsAllowedInOpenMPTarget() local 23220 IndirectE = *DTCI.Indirect; in checkDeclIsAllowedInOpenMPTarget() 23221 if (!IndirectE) in checkDeclIsAllowedInOpenMPTarget() 23228 DTCI.DT, IndirectE, IsIndirect, Level, in checkDeclIsAllowedInOpenMPTarget()
|