Home
last modified time | relevance | path

Searched refs:getFieldDecl (Results 1 – 14 of 14) 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.cpp216 if (const FieldDecl *FD = D.getFieldDecl()) { in VisitDesignatedInitExpr()
433 if (const FieldDecl *FD = D.getFieldDecl()) { in TraverseInitListExpr()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp231 if (const FieldDecl *Decl = D.getFieldDecl()) { in VisitDesignatedInitExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h705 const FieldDecl *getFieldDecl() const { in getFieldDecl() function
H A DCFG.h495 const FieldDecl *getFieldDecl() const { in getFieldDecl() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5452 const FieldDecl *field = castAs<CFGMemberDtor>().getFieldDecl(); in getDestructorDecl()
6012 const FieldDecl *FD = E.castAs<CFGMemberDtor>().getFieldDecl(); in print_elem()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2472 FieldDecl *F = D->getFieldDecl(); in CheckStructUnionTypes()
2904 FieldDecl *KnownField = D->getFieldDecl(); in CheckDesignatedInitializer()
3573 D.getFieldDecl(), D.getDotLoc(), D.getFieldLoc())); in ActOnDesignatedInitializer()
H A DTreeTransform.h13794 if (D.getFieldDecl()) { in TransformDesignatedInitExpr()
13796 getDerived().TransformDecl(D.getFieldLoc(), D.getFieldDecl())); in TransformDesignatedInitExpr()
13797 if (Field != D.getFieldDecl()) in TransformDesignatedInitExpr()
H A DSemaCodeComplete.cpp6668 for (const auto *Member : RD->lookup(D.getFieldDecl())) in getDesignatedType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1209 if (FieldDecl *Field = D.getFieldDecl()) { in VisitDesignatedInitExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1509 const FieldDecl *Member = D.getFieldDecl(); in ProcessMemberDtor()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4591 return getFieldDecl()->getIdentifier(); in getFieldName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5613 FieldDecl *getFieldDecl() const { in getFieldDecl() function