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.cpp391 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
501 LookupQualifiedName(Found, LookupCtx); in BuildCXXNestedNameSpecifier()
562 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
DSemaStmtAsm.cpp657 if (!LookupQualifiedName(FieldResult, RT->getDecl())) in LookupInlineAsmField()
690 if (!LookupQualifiedName(FieldResult, RT->getDecl())) in LookupInlineAsmVarDeclField()
DSemaLookup.cpp1202 if (LookupQualifiedName(R, Ctx, /*InUnqualifiedLookup=*/true)) in CppLookupName()
1892 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() function in Sema
2105 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() function in Sema
2112 return LookupQualifiedName(R, LookupCtx); in LookupQualifiedName()
2154 return LookupQualifiedName(R, DC); in LookupParsedName()
2188 LookupQualifiedName(Result, RD); in LookupInSuper()
4011 if (!SemaRef.LookupQualifiedName(Result, Ctx)) in performQualifiedLookups()
4210 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()
559 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXUuidof()
1106 S.LookupQualifiedName(ops, record->getDecl()); in doesUsualArrayDeleteWantSize()
1812 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
1819 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
1965 LookupQualifiedName(R, Ctx); in FindAllocationOverload()
2237 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction()
2281 LookupQualifiedName(Found, RD); in FindDeallocationFunction()
[all …]
DSemaTemplateInstantiateDecl.cpp987 SemaRef.LookupQualifiedName(R, DC); in VisitClassTemplateDecl()
1561 SemaRef.LookupQualifiedName(Previous, DC); in VisitFunctionDecl()
1858 SemaRef.LookupQualifiedName(Previous, Record); in VisitCXXMethodDecl()
2314 SemaRef.LookupQualifiedName(Prev, Owner); in VisitUsingDecl()
2447 SemaRef.LookupQualifiedName(Previous, SemaRef.CurContext); in VisitClassScopeFunctionSpecializationDecl()
3660 LookupQualifiedName(Previous, NewVar->getDeclContext(), false); in BuildVariableInstantiation()
DSemaDeclCXX.cpp7198 LookupQualifiedName(R, CurContext->getRedeclContext()); in ActOnStartNamespaceDef()
7426 if (!S.LookupQualifiedName(Result, Std)) { in LookupStdInitializerList()
8078 LookupQualifiedName(Previous, CurContext); in BuildUsingDeclaration()
8141 LookupQualifiedName(R, LookupContext); in BuildUsingDeclaration()
8363 LookupQualifiedName(R, RD); in CheckUsingDeclQualifier()
9781 S.LookupQualifiedName(OpLookup, ClassDecl, false); in buildSingleCopyAssignRecursively()
12592 LookupQualifiedName(Previous, LookupDC); in ActOnFriendFunctionDecl()
12618 LookupQualifiedName(Previous, DC); in ActOnFriendFunctionDecl()
DSemaTemplate.cpp290 LookupQualifiedName(Found, LookupCtx); in LookupTemplateName()
895 LookupQualifiedName(Previous, SemanticContext); in CheckClassTemplate()
966 LookupQualifiedName(Previous, LookupContext); in CheckClassTemplate()
8172 LookupQualifiedName(Result, Ctx, SS); in CheckTypenameType()
DSemaExprMember.cpp645 SemaRef.LookupQualifiedName(R, DC, SS); in LookupMemberExprInRecord()
DSemaStmt.cpp2033 SemaRef.LookupQualifiedName(BeginMemberLookup, D); in BuildNonArrayForRange()
2034 SemaRef.LookupQualifiedName(EndMemberLookup, D); in BuildNonArrayForRange()
DSemaDecl.cpp300 LookupQualifiedName(Result, LookupCtx); in getTypeName()
4906 LookupQualifiedName(Previous, DC); in HandleDeclarator()
6901 SemaRef.LookupQualifiedName(Prev, NewDC); in DiagnoseInvalidRedeclaration()
11957 LookupQualifiedName(Previous, DC); in ActOnTag()
12150 LookupQualifiedName(Previous, SearchDC); in ActOnTag()
DSemaOverload.cpp6692 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates()
10850 SemaRef.LookupQualifiedName(R, DC); in DiagnoseTwoPhaseLookup()
12199 LookupQualifiedName(R, Record->getDecl()); in BuildCallToObjectOfClassType()
12478 LookupQualifiedName(R, BaseRecord->getDecl()); in BuildOverloadedArrowExpr()
DSemaChecking.cpp3929 if (S.LookupQualifiedName(R, RT->getDecl())) in CXXRecordMembersNamed()
4975 S.LookupQualifiedName(R, Std); in emitReplacement()
DSemaExpr.cpp1819 LookupQualifiedName(R, DC); in DiagnoseEmptyLookup()
2295 LookupQualifiedName(R, DC); in BuildQualifiedDeclarationNameExpr()
11275 LookupQualifiedName(R, RD); in BuildBuiltinOffsetOf()
DTreeTransform.h972 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
995 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
DSemaCodeComplete.cpp4059 LookupQualifiedName(R, DC); in CodeCompleteCall()
/external/clang/include/clang/Sema/
DSema.h2776 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
2778 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,