Home
last modified time | relevance | path

Searched refs:DeclContextLookupResult (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComparisonCategories.cpp61 DeclContextLookupResult Lookup = Record->getCanonicalDecl()->lookup( in lookupValueInfo()
72 DeclContextLookupResult Lookup = in lookupStdNamespace()
84 DeclContextLookupResult Lookup = StdNS->lookup(&Ctx.Idents.get(Name)); in lookupCXXRecordDecl()
H A DExternalASTMerger.cpp391 DeclContextLookupResult Result = SourceDC.get()->lookup(FromName); in FindExternalVisibleDeclsByName()
H A DASTDumper.cpp392 DeclContextLookupResult R = *I; in dumpLookups()
401 for (DeclContextLookupResult::iterator RI = R.begin(), RE = R.end(); in dumpLookups()
H A DDeclBase.cpp1592 NamedDecl *const DeclContextLookupResult::SingleElementDummyList = nullptr;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1187 class DeclContextLookupResult {
1199 DeclContextLookupResult() = default;
1200 DeclContextLookupResult(ArrayRef<NamedDecl *> Result) in DeclContextLookupResult() function
1202 DeclContextLookupResult(NamedDecl *Single) in DeclContextLookupResult() function
1239 DeclContextLookupResult slice(size_t N) const { in slice()
1240 DeclContextLookupResult Sliced = Result.slice(N); in slice()
2201 using lookup_result = DeclContextLookupResult;
H A DExternalASTSource.h330 static DeclContextLookupResult
335 static DeclContextLookupResult
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h577 void AddLookupResult(clang::DeclContextLookupResult result);
H A DClangASTSource.cpp2202 void NameSearchContext::AddLookupResult(clang::DeclContextLookupResult result) { in AddLookupResult()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp236 DeclContextLookupResult Decls = RD->lookup(DeclName); in findMemberField()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3538 for (DeclContextLookupResult R : in LookupVisibleDecls()
H A DSemaDeclAttr.cpp487 DeclContextLookupResult Result = in threadSafetyCheckIsSmartPointer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3236 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);