Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DRecord.cpp30 const Record::Field *Record::getField(const FieldDecl *FD) const { in getField() function in Record
H A DRecord.h69 Field *getField(unsigned I) { return &Fields[I]; } in getField() function
H A DPointer.h223 const FieldDecl *getField() const { return getFieldDesc()->asFieldDecl(); } in getField() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDesignator.h75 const IdentifierInfo *getField() const { in getField() function
127 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, in getField() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py93 def getField(t): function
103 def getField(it): function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp305 TBAAStructTypeNode getField(uint64_t &Offset) const { in getField() function in __anon6047001d0111::TBAAStructTypeNode
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1342 FieldDecl *getField() { return Field; } in getField() function
1343 const FieldDecl *getField() const { return Field; } in getField() function
H A DExpr.h2336 FieldDecl *getField() const { in getField() function
5082 FieldDecl *getField() const { in getField() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp711 auto getField = [](const OptimizedStructLayoutField &LayoutField) -> Field & { in finish() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c4066 Expression *StructLiteralExp::getField(Type *type, unsigned offset) in getField() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp7707 Subobject getField(FieldDecl *Field) { in getField() function in __anon26624a2b1f11::DefaultedComparisonAnalyzer
8123 ExprPair getField(FieldDecl *Field) { in getField() function in __anon26624a2b1f11::DefaultedComparisonSynthesizer
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d3244 Expression getField(Type type, uint offset) in getField() function