Searched refs:FirstD (Results 1 – 2 of 2) sorted by relevance
34 const __llvm_profile_data *FirstD = __llvm_profile_begin_data(); in lprofGetLoadModuleSignature() local37 (NumVnodes << 10) + (DataSize > 0 ? FirstD->NameRef : 0); in lprofGetLoadModuleSignature()
2165 DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); in LookupQualifiedName() local2168 while (FirstD != FirstPath->Decls.end() && in LookupQualifiedName()2170 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() != in LookupQualifiedName()2174 ++FirstD; in LookupQualifiedName()2178 if (FirstD == FirstPath->Decls.end() && in LookupQualifiedName()