Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp391 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
501 LookupQualifiedName(Found, LookupCtx); in BuildCXXNestedNameSpecifier()
561 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
DSemaLookup.cpp1059 if (LookupQualifiedName(R, Ctx, /*InUnqualifiedLookup=*/true)) in CppLookupName()
1603 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() function in Sema
1800 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() function in Sema
1807 return LookupQualifiedName(R, LookupCtx); in LookupQualifiedName()
1849 return LookupQualifiedName(R, DC); in LookupParsedName()
1879 LookupQualifiedName(Result, RD); in LookupInSuper()
3684 if (!SemaRef.LookupQualifiedName(Result, Ctx)) in performQualifiedLookups()
3883 SemaRef.LookupQualifiedName(Res, MemberContext); in LookupPotentialTypoResult()
DSemaExprCXX.cpp194 LookupQualifiedName(Found, LookupCtx); in getDestructorName()
476 LookupQualifiedName(R, getStdNamespace()); in ActOnCXXTypeid()
481 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXTypeid()
560 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXUuidof()
1098 S.LookupQualifiedName(ops, record->getDecl()); in doesUsualArrayDeleteWantSize()
1804 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
1811 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
1957 LookupQualifiedName(R, Ctx); in FindAllocationOverload()
2229 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction()
2270 LookupQualifiedName(Found, RD); in FindDeallocationFunction()
[all …]
DSemaTemplateInstantiateDecl.cpp941 SemaRef.LookupQualifiedName(R, DC); in VisitClassTemplateDecl()
1496 SemaRef.LookupQualifiedName(Previous, DC); in VisitFunctionDecl()
1793 SemaRef.LookupQualifiedName(Previous, Record); in VisitCXXMethodDecl()
2250 SemaRef.LookupQualifiedName(Prev, Owner); in VisitUsingDecl()
2383 SemaRef.LookupQualifiedName(Previous, SemaRef.CurContext); in VisitClassScopeFunctionSpecializationDecl()
3607 LookupQualifiedName(Previous, NewVar->getDeclContext(), false); in BuildVariableInstantiation()
DSemaStmtAsm.cpp589 if (!LookupQualifiedName(FieldResult, RT->getDecl())) in LookupInlineAsmField()
DSemaDeclCXX.cpp7402 if (!S.LookupQualifiedName(Result, Std)) { in LookupStdInitializerList()
8049 LookupQualifiedName(Previous, CurContext); in BuildUsingDeclaration()
8112 LookupQualifiedName(R, LookupContext); in BuildUsingDeclaration()
8334 LookupQualifiedName(R, RD); in CheckUsingDeclQualifier()
9744 S.LookupQualifiedName(OpLookup, ClassDecl, false); in buildSingleCopyAssignRecursively()
12551 LookupQualifiedName(Previous, LookupDC); in ActOnFriendFunctionDecl()
12577 LookupQualifiedName(Previous, DC); in ActOnFriendFunctionDecl()
DSemaExprMember.cpp646 SemaRef.LookupQualifiedName(R, DC, SS); in LookupMemberExprInRecord()
DSemaTemplate.cpp289 LookupQualifiedName(Found, LookupCtx); in LookupTemplateName()
894 LookupQualifiedName(Previous, SemanticContext); in CheckClassTemplate()
956 LookupQualifiedName(Previous, LookupContext); in CheckClassTemplate()
8058 LookupQualifiedName(Result, Ctx, SS); in CheckTypenameType()
DSemaStmt.cpp2008 SemaRef.LookupQualifiedName(BeginMemberLookup, D); in BuildNonArrayForRange()
2009 SemaRef.LookupQualifiedName(EndMemberLookup, D); in BuildNonArrayForRange()
DSemaDecl.cpp301 LookupQualifiedName(Result, LookupCtx); in getTypeName()
4729 LookupQualifiedName(Previous, DC); in HandleDeclarator()
6565 SemaRef.LookupQualifiedName(Prev, NewDC); in DiagnoseInvalidRedeclaration()
11410 LookupQualifiedName(Previous, DC); in ActOnTag()
11591 LookupQualifiedName(Previous, SearchDC); in ActOnTag()
DSemaOverload.cpp6600 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates()
10518 SemaRef.LookupQualifiedName(R, DC); in DiagnoseTwoPhaseLookup()
11833 LookupQualifiedName(R, Record->getDecl()); in BuildCallToObjectOfClassType()
12112 LookupQualifiedName(R, BaseRecord->getDecl()); in BuildOverloadedArrowExpr()
DSemaChecking.cpp3454 if (S.LookupQualifiedName(R, RT->getDecl())) in CXXRecordMembersNamed()
4500 S.LookupQualifiedName(R, Std); in emitReplacement()
DSemaExpr.cpp1786 LookupQualifiedName(R, DC); in DiagnoseEmptyLookup()
2299 LookupQualifiedName(R, DC); in BuildQualifiedDeclarationNameExpr()
10978 LookupQualifiedName(R, RD); in BuildBuiltinOffsetOf()
DTreeTransform.h951 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
974 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
DSemaCodeComplete.cpp3997 LookupQualifiedName(R, DC); in CodeCompleteCall()
/external/clang/include/clang/Sema/
DSema.h2597 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
2599 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,