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> { 128 def : Property<"size", ExprRef> { 160 def : Property<"size", ExprRef> { 173 def : Property<"size", ExprRef> { 211 def : Property<"size", ExprRef> { 241 def : Property<"size", ExprRef> { 273 def : Property<"rows", ExprRef> { 276 def : Property<"columns", ExprRef> { 429 def : Property<"expression", ExprRef> { 460 def : Property<"expression", ExprRef> { [all …]
|
H A D | PropertiesBase.td | 138 def ExprRef : SubclassPropertyType<"Expr", StmtRef>; 861 def : Property<"expression", ExprRef> {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 1026 const MCSymbolRefExpr *ExprRef = in emitDirectiveEnd() local 1029 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd() 1052 ExprRef, Context); in emitDirectiveEnd()
|