Searched refs:noload_lookup (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1733 DeclContext::noload_lookup(DeclarationName Name) { function in class:DeclContext
1740 return PrimaryContext->noload_lookup(Name);
H A DASTImporter.cpp2837 for (NamedDecl *Found : D2CXX->noload_lookup(Name)) {
7964 DeclContext::lookup_result NoloadLookupResult = ReDC->noload_lookup(Name);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2282 lookup_result noload_lookup(DeclarationName Name);
2292 /// noload_lookup.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3496 DeclContext::lookup_result R = MergeDC->noload_lookup(Name);
H A DASTWriter.cpp3812 DeclContext::lookup_result Result = DC->noload_lookup(Name);

Completed in 233 milliseconds