Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DRecord.cpp30 const Record::Field *Record::getField(const FieldDecl *FD) const { in getField() function in Record
DRecord.h69 Field *getField(unsigned I) { return &Fields[I]; } in getField() function
DPointer.h223 const FieldDecl *getField() const { return getFieldDesc()->asFieldDecl(); } in getField() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDesignator.h75 const IdentifierInfo *getField() const { in getField() function
127 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, in getField() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp305 TBAAStructTypeNode getField(uint64_t &Offset) const { in getField() function in __anon1b4e2c4a0111::TBAAStructTypeNode
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprCXX.h1342 FieldDecl *getField() { return Field; } in getField() function
1343 const FieldDecl *getField() const { return Field; } in getField() function
DExpr.h2391 FieldDecl *getField() const { in getField() function
5149 FieldDecl *getField() const { in getField() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp723 auto getField = [](const OptimizedStructLayoutField &LayoutField) -> Field & { in finish() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp7710 Subobject getField(FieldDecl *Field) { in getField() function in __anonfdddfb981f11::DefaultedComparisonAnalyzer
8130 ExprPair getField(FieldDecl *Field) { in getField() function in __anonfdddfb981f11::DefaultedComparisonSynthesizer