Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h56 NotFoundInCurrentInstantiation, enumerator
436 return ResultKind == NotFoundInCurrentInstantiation; in wasNotFoundInCurrentInstantiation()
443 ResultKind = NotFoundInCurrentInstantiation; in setNotFoundInCurrentInstantiation()
465 if (ResultKind != NotFoundInCurrentInstantiation) in resolveKindAfterFilter()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp969 case LookupResult::NotFoundInCurrentInstantiation: in ActOnSizeofParameterPackExpr()
H A DSemaLookup.cpp475 ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
4110 case LookupResult::NotFoundInCurrentInstantiation: in resolveCorrection()
4217 case LookupResult::NotFoundInCurrentInstantiation: in performQualifiedLookups()
H A DSemaTemplate.cpp4373 LookupResult::NotFoundInCurrentInstantiation) { in CheckTemplateTypeArgument()
9717 case LookupResult::NotFoundInCurrentInstantiation: in CheckTypenameType()
H A DSemaExprObjC.cpp2140 case LookupResult::NotFoundInCurrentInstantiation: in getObjCMessageKind()
H A DSemaDecl.cpp369 case LookupResult::NotFoundInCurrentInstantiation: in getTypeName()
994 case LookupResult::NotFoundInCurrentInstantiation: { in ClassifyName()
15247 case LookupResult::NotFoundInCurrentInstantiation: in HandleField()
H A DSemaExpr.cpp2139 (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)) in ActOnIdExpression()
2148 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in ActOnIdExpression()
2334 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in BuildQualifiedDeclarationNameExpr()
H A DSemaExprCXX.cpp7917 case LookupResult::NotFoundInCurrentInstantiation: in CheckMicrosoftIfExistsSymbol()
H A DTreeTransform.h1063 case LookupResult::NotFoundInCurrentInstantiation: in RebuildDependentNameType()
H A DSemaDeclCXX.cpp15599 case LookupResult::NotFoundInCurrentInstantiation: in HandleMSProperty()