Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h88 class OffsetOfExpr; global() variable
H A DExpr.h2459 /// OffsetOfExpr - [C99 7.17] - This represents an expression of the form in OffsetOfExpr() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1647 OffsetOfExpr::OffsetOfExpr(const ASTContext &C, QualType type, OffsetOfExpr() function in OffsetOfExpr