Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h1012 class DeclContextLookupResult {
1022 DeclContextLookupResult() : Result(), Single() {} in DeclContextLookupResult() function
1023 DeclContextLookupResult(ArrayRef<NamedDecl *> Result) in DeclContextLookupResult() function
1025 DeclContextLookupResult(NamedDecl *Single) in DeclContextLookupResult() function
1059 DeclContextLookupResult slice(size_t N) const { in slice()
1060 DeclContextLookupResult Sliced = Result.slice(N); in slice()
1590 typedef DeclContextLookupResult lookup_result;
DExternalASTSource.h298 static DeclContextLookupResult
303 static DeclContextLookupResult
/external/clang/lib/AST/
DASTDumper.cpp757 DeclContextLookupResult R = *I++; in dumpLookups()
766 for (DeclContextLookupResult::iterator RI = R.begin(), RE = R.end(); in dumpLookups()
DDeclBase.cpp1324 NamedDecl *const DeclContextLookupResult::SingleElementDummyList = nullptr;
/external/clang/lib/Sema/
DSemaDeclAttr.cpp359 DeclContextLookupResult Res1 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer()
364 DeclContextLookupResult Res2 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer()
DSemaLookup.cpp3073 for (DeclContextLookupResult R : Ctx->lookups()) { in LookupVisibleDecls()
/external/clang/include/clang/Sema/
DSema.h2619 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);