Searched refs:LookupContext (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 985 DeclContext *LookupContext = SemanticContext; in CheckClassTemplate() local 986 while (LookupContext->isTransparentContext()) in CheckClassTemplate() 987 LookupContext = LookupContext->getLookupParent(); in CheckClassTemplate() 988 LookupQualifiedName(Previous, LookupContext); in CheckClassTemplate()
|
D | SemaDeclCXX.cpp | 8297 DeclContext *LookupContext = computeDeclContext(SS); in BuildUsingDeclaration() local 8300 if (!LookupContext) { in BuildUsingDeclaration() 8328 if (RequireCompleteDeclContext(SS, LookupContext)) in BuildUsingDeclaration() 8348 LookupQualifiedName(R, LookupContext); in BuildUsingDeclaration() 8368 << NameInfo.getName() << LookupContext << 0 in BuildUsingDeclaration() 8402 << NameInfo.getName() << LookupContext << SS.getRange(); in BuildUsingDeclaration()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 2276 …out, array[int8]], ObjUuid ptr[inout, intptr], BindingMaxCount int32, LookupContext ptr[inout, ptr… 2277 RpcNsBindingLookupNext(LookupContext ptr[inout, array[int8]], BindingVec ptr[inout, ptr[inout, intp… 2278 RpcNsBindingLookupDone(LookupContext ptr[inout, ptr[inout, array[int8]]])
|