Searched refs:FirstD (Results 1 – 2 of 2) sorted by relevance
33 const __llvm_profile_data *FirstD = __llvm_profile_begin_data(); in lprofGetLoadModuleSignature() local36 (NumVnodes << 10) + (DataSize > 0 ? FirstD->NameRef : 0); in lprofGetLoadModuleSignature()
2130 DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); in LookupQualifiedName() local2133 while (FirstD != FirstPath->Decls.end() && in LookupQualifiedName()2135 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() != in LookupQualifiedName()2139 ++FirstD; in LookupQualifiedName()2143 if (FirstD == FirstPath->Decls.end() && in LookupQualifiedName()