Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp1758 DeclContext::noload_lookup(DeclarationName Name) { in noload_lookup() function in DeclContext
1765 return PrimaryContext->noload_lookup(Name); in noload_lookup()
H A DASTImporter.cpp2954 for (NamedDecl *Found : D2CXX->noload_lookup(Name)) { in VisitRecordDecl()
8593 DeclContext::lookup_result NoloadLookupResult = ReDC->noload_lookup(Name); in findDeclsInToCtx()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h2399 lookup_result noload_lookup(DeclarationName Name);
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3342 DeclContext::lookup_result R = MergeDC->noload_lookup(Name); in findExisting()
H A DASTWriter.cpp4011 DeclContext::lookup_result Result = DC->noload_lookup(Name); in GenerateNameLookupTable()
/openbsd/gnu/llvm/clang/docs/
H A DInternalsManual.rst2367 functions: ``DeclContext::noload_lookup()`` and
2413 ``DeclContext::noload_lookup()`` instead.