Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h1067 class DeclContextLookupResult {
1077 DeclContextLookupResult() : Result(), Single() {} in DeclContextLookupResult() function
1078 DeclContextLookupResult(ArrayRef<NamedDecl *> Result) in DeclContextLookupResult() function
1080 DeclContextLookupResult(NamedDecl *Single) in DeclContextLookupResult() function
1114 DeclContextLookupResult slice(size_t N) const { in slice()
1115 DeclContextLookupResult Sliced = Result.slice(N); in slice()
1652 typedef DeclContextLookupResult lookup_result;
DExternalASTSource.h301 static DeclContextLookupResult
306 static DeclContextLookupResult
/external/clang/lib/AST/
DASTDumper.cpp796 DeclContextLookupResult R = *I++; in dumpLookups()
805 for (DeclContextLookupResult::iterator RI = R.begin(), RE = R.end(); in dumpLookups()
DDeclBase.cpp1404 NamedDecl *const DeclContextLookupResult::SingleElementDummyList = nullptr;
/external/clang/lib/Sema/
DSemaDeclAttr.cpp384 DeclContextLookupResult Res1 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer()
389 DeclContextLookupResult Res2 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer()
DSemaLookup.cpp3480 for (DeclContextLookupResult R : Ctx->lookups()) { in LookupVisibleDecls()
/external/clang/include/clang/Sema/
DSema.h2872 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);