Searched refs:ExprRef (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 32 def : Property<"CountExpr", ExprRef> { 131 def : Property<"size", ExprRef> { 157 def : Property<"size", ExprRef> { 168 def : Property<"size", ExprRef> { let Read = [{ node->getSizeExpr() }]; } 196 def : Property<"size", ExprRef> { 226 def : Property<"size", ExprRef> { 258 def : Property<"rows", ExprRef> { 261 def : Property<"columns", ExprRef> { 418 def : Property<"expression", ExprRef> { 449 def : Property<"expression", ExprRef> { [all …]
|
| H A D | PropertiesBase.td | 139 def ExprRef : SubclassPropertyType<"Expr", StmtRef>; 879 def : Property<"expression", ExprRef> {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 1121 const auto *ExprRef = MCSymbolRefExpr::create(Sym, Context); in emitDirectiveEnd() local 1122 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd() 1144 MCSymbolRefExpr::create(CurPCSym, Context), ExprRef, Context); in emitDirectiveEnd()
|