Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDRecord.cpp39 const Record::Field *Record::getField(const FieldDecl *FD) const { in getField() function in Record
HDMemberPointer.h65 const FieldDecl *getField() const { in getField() function
HDRecord.h82 const Field *getField(unsigned I) const { return &Fields[I]; } in getField() function
HDPointer.h435 const FieldDecl *getField() const { return getFieldDesc()->asFieldDecl(); } in getField() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTypeBasedAliasAnalysis.cpp305 TBAAStructTypeNode getField(uint64_t &Offset) const { in getField() function in __anon3c545e8c0111::TBAAStructTypeNode
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h1409 FieldDecl *getField() { return Field; } in getField() function
1410 const FieldDecl *getField() const { return Field; } in getField() function
HDExpr.h2433 FieldDecl *getField() const { in getField() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroFrame.cpp904 auto getField = [](const OptimizedStructLayoutField &LayoutField) -> Field & { in finish() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp8020 Subobject getField(FieldDecl *Field) { in getField() function in __anon7fd0825a1f11::DefaultedComparisonAnalyzer
8455 ExprPair getField(FieldDecl *Field) { in getField() function in __anon7fd0825a1f11::DefaultedComparisonSynthesizer