Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCXXScopeSpec.cpp343 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
432 LookupQualifiedName(Found, LookupCtx); in BuildCXXNestedNameSpecifier()
DSemaExprCXX.cpp195 LookupQualifiedName(Found, LookupCtx); in getDestructorName()
425 LookupQualifiedName(R, getStdNamespace()); in ActOnCXXTypeid()
430 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXTypeid()
511 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXUuidof()
953 S.LookupQualifiedName(ops, record->getDecl()); in doesUsualArrayDeleteWantSize()
1670 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
1677 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
1808 LookupQualifiedName(R, Ctx); in FindAllocationOverload()
2100 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction()
2141 LookupQualifiedName(Found, RD); in FindDeallocationFunction()
[all …]
DSemaStmtAsm.cpp456 if (!LookupQualifiedName(FieldResult, RT->getDecl())) in LookupInlineAsmField()
DSemaTemplateInstantiateDecl.cpp812 SemaRef.LookupQualifiedName(R, DC); in VisitClassTemplateDecl()
1368 SemaRef.LookupQualifiedName(Previous, DC); in VisitFunctionDecl()
1684 SemaRef.LookupQualifiedName(Previous, Record); in VisitCXXMethodDecl()
2141 SemaRef.LookupQualifiedName(Prev, Owner); in VisitUsingDecl()
2273 SemaRef.LookupQualifiedName(Previous, SemaRef.CurContext); in VisitClassScopeFunctionSpecializationDecl()
3572 LookupQualifiedName(Previous, NewVar->getDeclContext(), false); in BuildVariableInstantiation()
DSemaLookup.cpp1068 if (LookupQualifiedName(R, Ctx, /*InUnqualifiedLookup=*/true)) in CppLookupName()
1610 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() function in Sema
1828 return LookupQualifiedName(R, DC); in LookupParsedName()
3796 SemaRef.LookupQualifiedName(Res, MemberContext); in LookupPotentialTypoResult()
4411 if (!LookupQualifiedName(TmpRes, Ctx)) continue; in CorrectTypo()
DSemaTemplate.cpp288 LookupQualifiedName(Found, LookupCtx); in LookupTemplateName()
900 LookupQualifiedName(Previous, SemanticContext); in CheckClassTemplate()
962 LookupQualifiedName(Previous, LookupContext); in CheckClassTemplate()
7759 LookupQualifiedName(Result, Ctx); in CheckTypenameType()
DSemaStmt.cpp1918 SemaRef.LookupQualifiedName(BeginMemberLookup, D); in BuildNonArrayForRange()
1919 SemaRef.LookupQualifiedName(EndMemberLookup, D); in BuildNonArrayForRange()
DSemaExprMember.cpp625 SemaRef.LookupQualifiedName(R, DC); in LookupMemberExprInRecord()
DSemaDeclCXX.cpp6758 if (!S.LookupQualifiedName(Result, Std)) { in LookupStdInitializerList()
7347 LookupQualifiedName(Previous, CurContext); in BuildUsingDeclaration()
7413 LookupQualifiedName(R, LookupContext); in BuildUsingDeclaration()
8936 S.LookupQualifiedName(OpLookup, ClassDecl, false); in buildSingleCopyAssignRecursively()
11663 LookupQualifiedName(Previous, LookupDC); in ActOnFriendFunctionDecl()
11689 LookupQualifiedName(Previous, DC); in ActOnFriendFunctionDecl()
DSemaDecl.cpp193 LookupQualifiedName(Result, LookupCtx); in getTypeName()
4322 LookupQualifiedName(Previous, DC); in HandleDeclarator()
6060 SemaRef.LookupQualifiedName(Prev, NewDC); in DiagnoseInvalidRedeclaration()
10461 LookupQualifiedName(Previous, DC); in ActOnTag()
10632 LookupQualifiedName(Previous, SearchDC); in ActOnTag()
DSemaOverload.cpp6240 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates()
10052 SemaRef.LookupQualifiedName(R, DC); in DiagnoseTwoPhaseLookup()
11343 LookupQualifiedName(R, Record->getDecl()); in BuildCallToObjectOfClassType()
11623 LookupQualifiedName(R, BaseRecord->getDecl()); in BuildOverloadedArrowExpr()
DSemaExpr.cpp1730 LookupQualifiedName(R, DC); in DiagnoseEmptyLookup()
2158 LookupQualifiedName(R, DC); in BuildQualifiedDeclarationNameExpr()
10048 LookupQualifiedName(R, RD); in BuildBuiltinOffsetOf()
DTreeTransform.h916 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
939 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
DSemaChecking.cpp2896 if (S.LookupQualifiedName(R, RT->getDecl())) in CXXRecordMembersNamed()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h2459 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,