Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp6530 static const FieldDecl *getConstField(const RecordDecl *RD) { in getConstField() function
6546 if (const FieldDecl *FD = getConstField(RD)) in getConstField()
6635 if (const FieldDecl *FD = getConstField(Rec)) { in InitializeFrom()