Searched refs:getField (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h76 if (!visit(Component.getField(), Component.getEndLoc()))
127 if (D.isFieldDesignator() && D.getField()) {
128 const FieldDecl *Decl = D.getField();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DRecord.h57 const Field *getField(const FieldDecl *FD) const;
69 Field *getField(unsigned I) { return &Fields[I]; } function in class:clang::interp::Record
H A DRecord.cpp30 const Record::Field *Record::getField(const FieldDecl *FD) const { function in class:Record
H A DInterp.cpp118 const FieldDecl *InactiveField = Ptr.getField();
131 const Pointer &Field = U.atField(R->getField(I)->Offset);
133 ActiveField = Field.getField();
277 const FieldDecl *Field = Ptr.getField();
H A DPointer.h223 const FieldDecl *getField() const { return getFieldDesc()->asFieldDecl(); } function in class:clang::interp::Pointer
H A DEvalEmitter.cpp143 const Record::Field *FD = Record->getField(I);
H A DInterp.h659 if (auto *FD = Ptr.getField()) {
673 if (auto *FD = Ptr.getField()) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDesignator.h75 const IdentifierInfo *getField() const { function in class:clang::Designator
127 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc, function in class:clang::Designator
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp202 if (D.isFieldDesignator() && D.getField())
203 return IndexCtx.handleReference(D.getField(), D.getFieldLoc(), Parent,
419 if (D.isFieldDesignator() && D.getField())
420 return IndexCtx.handleReference(D.getField(), D.getFieldLoc(),
453 IndexCtx.handleReference(Component.getField(), Component.getEndLoc(),
/netbsd-current/external/apache2/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py93 def getField(t): function in function:RecordType.__str__
100 ' '.join(map(getField, self.fields)))
103 def getField(it): function in function:RecordType.getTypedefDef
113 fields = [getField(f) for f in enumerate(self.fields)]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseInit.cpp184 D.AddDesignator(Designator::getField(FieldName, SourceLocation(), NameLoc));
213 Desig.AddDesignator(Designator::getField(Tok.getIdentifierInfo(), DotLoc,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp231 if (D.isFieldDesignator() && D.getField()) {
232 const FieldDecl *Decl = D.getField();
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
H A DDumpResource.java108 pluralField = catalog.getClass().getField("plural");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp305 TBAAStructTypeNode getField(uint64_t &Offset) const { function in class:__anon1700::TBAAStructTypeNode
342 "TBAAStructTypeNode::getField should have an offset match!");
633 BaseType = BaseType.getField(OffsetInBase);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Doptimize.c453 ex = sle->getField(e->type, (unsigned)se->offset);
488 ex = sle->getField(e->type, vf->offset);
H A Dconstfold.c1911 Expression *e = se->getField(type, offset);
H A Dexpression.h488 Expression *getField(Type *type, unsigned offset);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp711 auto getField = [](const OptimizedStructLayoutField &LayoutField) -> Field & { local
719 auto &F = getField(LayoutField);
731 auto &F = getField(LayoutField);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Doptimize.d673 ex = sle.getField(e.type, cast(uint)se.offset);
705 ex = sle.getField(e.type, vf.offset);
H A Dexpression.h480 Expression *getField(Type *type, unsigned offset);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp1258 VisitDecl(ON.getField());
1877 VisitDecl(S->getField());
H A DExpr.cpp1552 return getField()->getIdentifier();
3496 const FieldDecl *FD = cast<CXXDefaultInitExpr>(this)->getField();
4215 return getField()->getIdentifier();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp754 Record.AddDeclRef(ON.getField());
1083 if (FieldDecl *Field = D.getField()) {
1746 Record.AddDeclRef(E->getField());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1342 FieldDecl *getField() { return Field; } function in class:clang::CXXDefaultInitExpr
1343 const FieldDecl *getField() const { return Field; } function in class:clang::CXXDefaultInitExpr
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp2537 FieldDecl *KnownField = D->getField();
3191 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(),
7117 {IndirectLocalPathEntry::DefaultInit, DIE, DIE->getField()});
7210 Path.push_back({IndirectLocalPathEntry::DefaultInit, DIE, DIE->getField()});

Completed in 474 milliseconds

12