Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp39 const Record::Field *Record::getField(const FieldDecl *FD) const { in getField() function in Record
H A DMemberPointer.h65 const FieldDecl *getField() const { in getField() function
H A DRecord.h82 const Field *getField(unsigned I) const { return &Fields[I]; } in getField() function
H A DPointer.h435 const FieldDecl *getField() const { return getFieldDesc()->asFieldDecl(); } in getField() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp305 TBAAStructTypeNode getField(uint64_t &Offset) const { in getField() function in __anon0398af320111::TBAAStructTypeNode
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1409 FieldDecl *getField() { return Field; } in getField() function
1410 const FieldDecl *getField() const { return Field; } in getField() function
H A DExpr.h2433 FieldDecl *getField() const { in getField() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp904 auto getField = [](const OptimizedStructLayoutField &LayoutField) -> Field & { in finish() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8020 Subobject getField(FieldDecl *Field) { in getField() function in __anon42c808801f11::DefaultedComparisonAnalyzer
8455 ExprPair getField(FieldDecl *Field) { in getField() function in __anon42c808801f11::DefaultedComparisonSynthesizer