Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2403 OffsetOfNode(SourceLocation LBracketLoc, unsigned Index, in OffsetOfNode() function
2408 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, SourceLocation NameLoc) in OffsetOfNode() function
2413 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, in OffsetOfNode() function
2419 explicit OffsetOfNode(const CXXBaseSpecifier *Base) in OffsetOfNode() function
2484 size_t numTrailingObjects(OverloadToken<OffsetOfNode>) const { in numTrailingObjects()