Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTImporter.h289 using FoundDeclsTy = SmallVector<NamedDecl *, 2>; variable
290 FoundDeclsTy findDeclsInToCtx(DeclContext *DC, DeclarationName Name);
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp8009 ASTImporter::FoundDeclsTy
8022 return FoundDeclsTy(LookupResult.begin(), LookupResult.end()); in findDeclsInToCtx()
8025 FoundDeclsTy Result(NoloadLookupResult.begin(), NoloadLookupResult.end()); in findDeclsInToCtx()