Home
last modified time | relevance | path

Searched refs:NotFoundInCurrentInstantiation (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DLookup.h55 NotFoundInCurrentInstantiation, enumerator
473 return ResultKind == NotFoundInCurrentInstantiation; in wasNotFoundInCurrentInstantiation()
480 ResultKind = NotFoundInCurrentInstantiation; in setNotFoundInCurrentInstantiation()
502 if (ResultKind != NotFoundInCurrentInstantiation) in resolveKindAfterFilter()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1019 case LookupResult::NotFoundInCurrentInstantiation: { in ActOnSizeofParameterPackExpr()
H A DSemaLookup.cpp486 ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
4717 case LookupResult::NotFoundInCurrentInstantiation: in resolveCorrection()
4824 case LookupResult::NotFoundInCurrentInstantiation: in performQualifiedLookups()
H A DSemaTemplate.cpp5060 LookupResult::NotFoundInCurrentInstantiation) { in CheckTemplateTypeArgument()
10752 case LookupResult::NotFoundInCurrentInstantiation: in CheckTypenameType()
H A DSemaExprObjC.cpp2322 case LookupResult::NotFoundInCurrentInstantiation: in getObjCMessageKind()
H A DSemaDecl.cpp379 case LookupResult::NotFoundInCurrentInstantiation: in getTypeName()
1033 case LookupResult::NotFoundInCurrentInstantiation: { in ClassifyName()
17419 case LookupResult::NotFoundInCurrentInstantiation: in HandleField()
H A DSemaExpr.cpp2560 (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)) in ActOnIdExpression()
2569 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in ActOnIdExpression()
2755 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in BuildQualifiedDeclarationNameExpr()
H A DSemaExprCXX.cpp8877 case LookupResult::NotFoundInCurrentInstantiation: in CheckMicrosoftIfExistsSymbol()
H A DSemaDeclCXX.cpp18326 case LookupResult::NotFoundInCurrentInstantiation: in HandleMSProperty()
H A DTreeTransform.h1127 case LookupResult::NotFoundInCurrentInstantiation: in RebuildDependentNameType()