Home
last modified time | relevance | path

Searched refs:buildLookupImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1810 buildLookupImpl(DC, hasExternalVisibleStorage()); in buildLookup()
1821 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() function in DeclContext
1843 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl()
1940 buildLookupImpl(Context, hasExternalVisibleStorage()); in loadLazyLocalLexicalLookups()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2760 void buildLookupImpl(DeclContext *DCtx, bool Internal);