Searched defs:OffsetOfExpr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ComputeDependence.h | 89 class OffsetOfExpr; variable |
H A D | Expr.h | 2488 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) OffsetOfExpr() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 1677 OffsetOfExpr::OffsetOfExpr(const ASTContext &C, QualType type, OffsetOfExpr() function in OffsetOfExpr |