Home
last modified time | relevance | path

Searched refs:LookupQualifiedName (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/Sema/
DSemaCoroutine.cpp37 if (!S.LookupQualifiedName(Result, Std)) { in lookupPromiseType()
77 S.LookupQualifiedName(R, RD); in lookupPromiseType()
DSemaCXXScopeSpec.cpp418 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
525 LookupQualifiedName(Found, LookupCtx); in BuildCXXNestedNameSpecifier()
586 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
DSemaStmtAsm.cpp651 if (!LookupQualifiedName(FieldResult, RT->getDecl())) in LookupInlineAsmField()
697 if (!LookupQualifiedName(FieldResult, RT->getDecl())) in LookupInlineAsmVarDeclField()
DSemaLookup.cpp1220 if (LookupQualifiedName(R, Ctx, /*InUnqualifiedLookup=*/true)) in CppLookupName()
1978 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() function in Sema
2195 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() function in Sema
2202 return LookupQualifiedName(R, LookupCtx); in LookupQualifiedName()
2244 return LookupQualifiedName(R, DC); in LookupParsedName()
2278 LookupQualifiedName(Result, RD); in LookupInSuper()
4097 if (!SemaRef.LookupQualifiedName(Result, Ctx)) in performQualifiedLookups()
4292 SemaRef.LookupQualifiedName(Res, MemberContext); in LookupPotentialTypoResult()
DSemaExprCXX.cpp193 LookupQualifiedName(Found, LookupCtx); in getDestructorName()
475 LookupQualifiedName(R, getStdNamespace()); in ActOnCXXTypeid()
480 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXTypeid()
600 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXUuidof()
1339 S.LookupQualifiedName(ops, record->getDecl()); in doesUsualArrayDeleteWantSize()
2046 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
2053 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
2199 LookupQualifiedName(R, Ctx); in FindAllocationOverload()
2462 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction()
2506 LookupQualifiedName(Found, RD); in FindDeallocationFunction()
[all …]
DSemaTemplateInstantiateDecl.cpp1094 SemaRef.LookupQualifiedName(R, DC); in VisitClassTemplateDecl()
1667 SemaRef.LookupQualifiedName(Previous, DC); in VisitFunctionDecl()
1933 SemaRef.LookupQualifiedName(Previous, Record); in VisitCXXMethodDecl()
2391 SemaRef.LookupQualifiedName(Prev, Owner); in VisitUsingDecl()
2535 SemaRef.LookupQualifiedName(Previous, SemaRef.CurContext); in VisitClassScopeFunctionSpecializationDecl()
3834 LookupQualifiedName(Previous, NewVar->getDeclContext(), false); in BuildVariableInstantiation()
DSemaDeclCXX.cpp7362 LookupQualifiedName(R, CurContext->getRedeclContext()); in ActOnStartNamespaceDef()
7591 if (!S.LookupQualifiedName(Result, Std)) { in LookupStdInitializerList()
8285 LookupQualifiedName(Previous, CurContext); in BuildUsingDeclaration()
8348 LookupQualifiedName(R, LookupContext); in BuildUsingDeclaration()
8590 LookupQualifiedName(R, RD); in CheckUsingDeclQualifier()
9907 S.LookupQualifiedName(OpLookup, ClassDecl, false); in buildSingleCopyAssignRecursively()
12832 LookupQualifiedName(Previous, LookupDC); in ActOnFriendFunctionDecl()
12858 LookupQualifiedName(Previous, DC); in ActOnFriendFunctionDecl()
DSemaTemplate.cpp292 LookupQualifiedName(Found, LookupCtx); in LookupTemplateName()
910 LookupQualifiedName(Previous, SemanticContext); in CheckClassTemplate()
988 LookupQualifiedName(Previous, LookupContext); in CheckClassTemplate()
8316 LookupQualifiedName(Result, Ctx, SS); in CheckTypenameType()
DSemaExprMember.cpp659 SemaRef.LookupQualifiedName(R, DC, SS); in LookupMemberExprInRecord()
DSemaStmt.cpp2055 SemaRef.LookupQualifiedName(BeginMemberLookup, D); in BuildNonArrayForRange()
2056 SemaRef.LookupQualifiedName(EndMemberLookup, D); in BuildNonArrayForRange()
DSemaDecl.cpp308 LookupQualifiedName(Result, LookupCtx); in getTypeName()
5039 LookupQualifiedName(Previous, DC); in HandleDeclarator()
7180 SemaRef.LookupQualifiedName(Prev, NewDC); in DiagnoseInvalidRedeclaration()
12397 LookupQualifiedName(Previous, DC); in ActOnTag()
12585 LookupQualifiedName(Previous, SearchDC); in ActOnTag()
DSemaOverload.cpp6738 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates()
11080 SemaRef.LookupQualifiedName(R, DC); in DiagnoseTwoPhaseLookup()
12456 LookupQualifiedName(R, Record->getDecl()); in BuildCallToObjectOfClassType()
12735 LookupQualifiedName(R, BaseRecord->getDecl()); in BuildOverloadedArrowExpr()
DSemaExpr.cpp1882 LookupQualifiedName(R, DC); in DiagnoseEmptyLookup()
2358 LookupQualifiedName(R, DC); in BuildQualifiedDeclarationNameExpr()
11807 LookupQualifiedName(R, RD); in BuildBuiltinOffsetOf()
DSemaChecking.cpp4814 if (S.LookupQualifiedName(R, RT->getDecl())) in CXXRecordMembersNamed()
5864 S.LookupQualifiedName(R, Std); in emitReplacement()
DTreeTransform.h981 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
1004 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
DSemaCodeComplete.cpp4079 LookupQualifiedName(R, DC); in CodeCompleteCall()
/external/clang/include/clang/Sema/
DSema.h2850 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
2852 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,