reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/SmallVector.h
  628       *J = *From;
tools/clang/lib/AST/ASTContext.cpp
10105   for (auto *CurDecl :
tools/clang/lib/AST/ASTDumper.cpp
   55             NodeDumper.dumpBareDeclRef(*RI);
   57             if ((*RI)->isHidden())
   68               DumpWithPrev(*RI);
tools/clang/lib/AST/ASTImporter.cpp
 2741         for (NamedDecl *Found : D2CXX->noload_lookup(Name)) {
tools/clang/lib/AST/CXXInheritance.cpp
  530     for (const NamedDecl *ND : DirectResult) {
  546   for (const NamedDecl *ND : Paths.front().Decls) {
tools/clang/lib/AST/DeclBase.cpp
 1903   return cast<UsingDirectiveDecl>(*I);
tools/clang/lib/AST/DeclCXX.cpp
 1396   for (auto *D : R)
 2007   for (auto *ND : RD->lookup(getDeclName())) {
 2207   for (const auto *D : R) {
tools/clang/lib/AST/DeclObjC.cpp
   83     if (auto *ivar = dyn_cast<ObjCIvarDecl>(*Ivar))
  111     auto *MD = dyn_cast<ObjCMethodDecl>(*Meth);
  129     auto *MD = dyn_cast<ObjCMethodDecl>(*Meth);
  201     if (auto *PD = dyn_cast<ObjCPropertyDecl>(*I)) {
tools/clang/lib/AST/ExternalASTMerger.cpp
  499                       for (NamedDecl *FromD : Result) {
tools/clang/lib/Analysis/BodyFarm.cpp
  236   for (NamedDecl *FoundDecl : Decls)
tools/clang/lib/CodeGen/CGBlocks.cpp
 2960     for (const auto &Result : DC->lookup(&II))
tools/clang/lib/CodeGen/CGCUDANV.cpp
  281   for (const auto &Result : DC->lookup(&cudaLaunchKernelII)) {
tools/clang/lib/CodeGen/CGExprCXX.cpp
 1322   for (auto *Decl : Ctx.getTranslationUnitDecl()->lookup(Name))
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1228         for (const auto &Result : DC->lookup(&II))
 2306       for (const auto &Result : DC->lookup(&II))
tools/clang/lib/CodeGen/CGObjCMac.cpp
 6359   for (const auto &Result : DC->lookup(&II))
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3302   for (const auto &Result : DC->lookup(&CII))
 3317     for (const auto &Result : DC->lookup(&NS)) {
 3320         for (const auto &Result : LSD->lookup(&NS))
 3325         for (const auto &Result : ND->lookup(&CXXII))
 4679         for (const auto &Result : DC->lookup(&II))
tools/clang/lib/Index/IndexDecl.cpp
  205       for (const NamedDecl *ND : Pattern->lookup(D->getDeclName())) {
tools/clang/lib/Index/IndexingContext.cpp
  222       for (const NamedDecl *BaseND : Pattern->lookup(ND->getDeclName())) {
  232         for (const NamedDecl *BaseECD : Pattern->lookup(ECD->getDeclName()))
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1042   for (NamedDecl *Ctor : getConstructors(SemaRef.Context, Record)) {
 5218   for (NamedDecl *C : LookupConstructors(RD)) {
 5636     for (const NamedDecl *Ctor : Ctors) {
tools/clang/lib/Sema/SemaDecl.cpp
  211       for (NamedDecl *ND : BaseRD->lookup(&II)) {
 5865   return Result.empty() ? nullptr : *Result.begin();
 7463         if (isa<VarDecl>(*I)) {
 7464           Prev = *I;
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3106     for (const auto Field : Base->lookup(FieldName)) {
 6339       NamedDecl *D = (*I)->getUnderlyingDecl();
 6343         Diag((*I)->getLocation(), diag::err_member_name_of_class)
 8280     NamedDecl *ND = *I;
 8281     if (UsingShadowDecl *shad = dyn_cast<UsingShadowDecl>(*I))
10572         for (auto *Ctor : LookupConstructors(RD))
11405   for (auto *D : FD->getParent()->lookup(Name))
11555   for (NamedDecl *Ctor : Derived->lookup(Name))
13537       for (auto L : Lookup)
tools/clang/lib/Sema/SemaExprCXX.cpp
  108   for (NamedDecl *ND : CurClass->lookup(&II)) {
 2778     if (FunctionDecl *Func = dyn_cast<FunctionDecl>(*Alloc)) {
 4817       for (const auto *ND : Self.LookupConstructors(RD)) {
 4858       for (const auto *ND : Self.LookupConstructors(RD)) {
tools/clang/lib/Sema/SemaInit.cpp
 2498       for (NamedDecl *ND : Lookup) {
 3875   for (NamedDecl *D : Ctors) {
 4504     for (NamedDecl *D : S.LookupConstructors(T1RecordDecl)) {
 5154       for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) {
tools/clang/lib/Sema/SemaLookup.cpp
  639       addDecl(*DI);
 1009   for (NamedDecl *D : DR) {
 2143   Decl *D = (*First)->getUnderlyingDecl();
 2151       D = (*First)->getUnderlyingDecl();
 2370           if (GetRepresentativeDecl(*FirstD) !=
 2371               GetRepresentativeDecl(*CurrentD))
 2406   for (auto *D : Paths.front().Decls) {
 2552     while (isa<CXXMethodDecl>(*Found) &&
 2553            cast<CXXMethodDecl>(*Found)->isStatic())
 2556     Diag((*Found)->getLocation(), diag::note_ambiguous_member_found);
 3558     for (auto *D : R) {
 3810       for (auto *D : R) {
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1025   for (auto Found : OrigClass->lookup(Prop->getDeclName())) {
tools/clang/lib/Sema/SemaOpenMP.cpp
12779     for (auto *D : R) {
tools/clang/lib/Sema/SemaOverload.cpp
 3262   for (auto *D : S.LookupConstructors(To)) {
 3385       for (auto *D : S.LookupConstructors(ToRecordDecl)) {
tools/clang/lib/Sema/SemaTemplate.cpp
 2058   for (auto *D : Existing)
 2078   for (NamedDecl *D : LookupConstructors(Transform.Primary)) {
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 5261     if (isInstantiationOf(Ctx, D, *first))
 5262       return cast<NamedDecl>(*first);
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 3356       if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage))
tools/clang/lib/Serialization/ASTWriter.cpp
 3888     for (NamedDecl *D : Decls) {
 4008   for (auto *D : Result.getLookupResult())
 4240       for (NamedDecl *ND : Result)
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  821     auto *ShadowedPropDecl = dyn_cast<ObjCPropertyDecl>(*I);
tools/clang/lib/Tooling/Core/Lookup.cpp
  156         for (const NamedDecl *Res : LookupRes)
tools/clang/tools/extra/clangd/FindTarget.cpp
  106         for (const NamedDecl *BaseND : Parent->lookup(ND->getDeclName()))
  112           for (const NamedDecl *BaseECD : Pattern->lookup(ECD->getDeclName()))
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 2249   for (clang::NamedDecl *decl : result)
tools/lldb/source/Symbol/ClangASTContext.cpp
 1533   for (NamedDecl *decl : result) {
 1816     for (NamedDecl *decl : result) {
 7231               for (clang::NamedDecl *path_decl : path->Decls) {
usr/include/c++/7.4.0/bits/stl_algobase.h
  324 	      *__result = *__first;