Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDLookup.h39 NotFoundInCurrentInstantiation, enumerator
387 return ResultKind == NotFoundInCurrentInstantiation; in wasNotFoundInCurrentInstantiation()
394 ResultKind = NotFoundInCurrentInstantiation; in setNotFoundInCurrentInstantiation()
416 if (ResultKind != NotFoundInCurrentInstantiation) in resolveKindAfterFilter()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateVariadic.cpp842 case LookupResult::NotFoundInCurrentInstantiation: in ActOnSizeofParameterPackExpr()
HDSemaLookup.cpp363 assert(ResultKind == NotFound || ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
3758 case LookupResult::NotFoundInCurrentInstantiation: in resolveCorrection()
3864 case LookupResult::NotFoundInCurrentInstantiation: in performQualifiedLookups()
HDSemaTemplate.cpp3081 LookupResult::NotFoundInCurrentInstantiation) { in CheckTemplateTypeArgument()
8164 case LookupResult::NotFoundInCurrentInstantiation: in CheckTypenameType()
HDSemaDecl.cpp327 case LookupResult::NotFoundInCurrentInstantiation: in getTypeName()
874 case LookupResult::NotFoundInCurrentInstantiation: { in ClassifyName()
12602 case LookupResult::NotFoundInCurrentInstantiation: in HandleField()
HDSemaExprObjC.cpp2077 case LookupResult::NotFoundInCurrentInstantiation: in getObjCMessageKind()
HDSemaExpr.cpp2130 (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)) in ActOnIdExpression()
2139 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in ActOnIdExpression()
2324 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in BuildQualifiedDeclarationNameExpr()
HDSemaExprCXX.cpp6750 case LookupResult::NotFoundInCurrentInstantiation: in CheckMicrosoftIfExistsSymbol()
HDTreeTransform.h970 case LookupResult::NotFoundInCurrentInstantiation: in RebuildDependentNameType()
HDSemaDeclCXX.cpp13757 case LookupResult::NotFoundInCurrentInstantiation: in HandleMSProperty()