Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1589 buildLookupImpl(DC, hasExternalVisibleStorage()); in buildLookup()
1600 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() function in DeclContext
1622 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl()
1719 buildLookupImpl(Context, hasExternalVisibleStorage()); in loadLazyLocalLexicalLookups()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h2528 void buildLookupImpl(DeclContext *DCtx, bool Internal);