Home
last modified time | relevance | path

Searched defs:OffsetOfExpr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h83 class OffsetOfExpr; variable
H A DStmt.h303 friend class OffsetOfExpr; // ctor variable
H A DExpr.h2396 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1534 OffsetOfExpr::OffsetOfExpr(const ASTContext &C, QualType type, in OffsetOfExpr() function in OffsetOfExpr