Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp4025 static void PopulateKeysForFields(FieldDecl *Field, SmallVectorImpl<const void*> &IdealInits) { in PopulateKeysForFields() argument
4030 PopulateKeysForFields(Field, IdealInits); in PopulateKeysForFields()
4034 IdealInits.push_back(Field->getCanonicalDecl()); in PopulateKeysForFields()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp5208 static void PopulateKeysForFields(FieldDecl *Field, SmallVectorImpl<const void*> &IdealInits) { in PopulateKeysForFields() argument
5213 PopulateKeysForFields(Field, IdealInits); in PopulateKeysForFields()
5217 IdealInits.push_back(Field->getCanonicalDecl()); in PopulateKeysForFields()