Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h1049 class DeclContextLookupResult {
1059 DeclContextLookupResult() : Result(), Single() {} in DeclContextLookupResult() function
1060 DeclContextLookupResult(ArrayRef<NamedDecl *> Result) in DeclContextLookupResult() function
1062 DeclContextLookupResult(NamedDecl *Single) in DeclContextLookupResult() function
1096 DeclContextLookupResult slice(size_t N) const { in slice()
1097 DeclContextLookupResult Sliced = Result.slice(N); in slice()
1633 typedef DeclContextLookupResult lookup_result;
DExternalASTSource.h301 static DeclContextLookupResult
306 static DeclContextLookupResult
/external/clang/lib/AST/
DASTDumper.cpp763 DeclContextLookupResult R = *I++; in dumpLookups()
772 for (DeclContextLookupResult::iterator RI = R.begin(), RE = R.end(); in dumpLookups()
DDeclBase.cpp1360 NamedDecl *const DeclContextLookupResult::SingleElementDummyList = nullptr;
/external/clang/lib/Sema/
DSemaDeclAttr.cpp361 DeclContextLookupResult Res1 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer()
366 DeclContextLookupResult Res2 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer()
DSemaLookup.cpp3394 for (DeclContextLookupResult R : Ctx->lookups()) { in LookupVisibleDecls()
/external/clang/include/clang/Sema/
DSema.h2798 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);