Home
last modified time | relevance | path

Searched refs:getFieldDecl (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h128 if (const FieldDecl *Decl = D.getFieldDecl()) { in VisitDesignatedInitExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h123 const IdentifierInfo *getFieldDecl() const { in getFieldDecl() function
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp218 if (const FieldDecl *FD = D.getFieldDecl()) { in VisitDesignatedInitExpr()
435 if (const FieldDecl *FD = D.getFieldDecl()) { in TraverseInitListExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h705 const FieldDecl *getFieldDecl() const { in getFieldDecl() function
H A DCFG.h494 const FieldDecl *getFieldDecl() const { in getFieldDecl() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5343 const FieldDecl *field = castAs<CFGMemberDtor>().getFieldDecl(); in getDestructorDecl()
5899 const FieldDecl *FD = E.castAs<CFGMemberDtor>().getFieldDecl(); in print_elem()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2393 FieldDecl *F = D->getFieldDecl(); in CheckStructUnionTypes()
2822 FieldDecl *KnownField = D->getFieldDecl(); in CheckDesignatedInitializer()
3491 D.getFieldDecl(), D.getDotLoc(), D.getFieldLoc())); in ActOnDesignatedInitializer()
H A DTreeTransform.h12676 if (D.getFieldDecl()) { in TransformDesignatedInitExpr()
12678 getDerived().TransformDecl(D.getFieldLoc(), D.getFieldDecl())); in TransformDesignatedInitExpr()
12679 if (Field != D.getFieldDecl()) in TransformDesignatedInitExpr()
H A DSemaCodeComplete.cpp6563 for (const auto *Member : RD->lookup(D.getFieldDecl())) in getDesignatedType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1190 if (FieldDecl *Field = D.getFieldDecl()) { in VisitDesignatedInitExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1508 const FieldDecl *Member = D.getFieldDecl(); in ProcessMemberDtor()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4567 return getFieldDecl()->getIdentifier(); in getFieldName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5408 FieldDecl *getFieldDecl() const { in getFieldDecl() function