Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DLookup.h39 NotFoundInCurrentInstantiation, enumerator
390 return ResultKind == NotFoundInCurrentInstantiation; in wasNotFoundInCurrentInstantiation()
397 ResultKind = NotFoundInCurrentInstantiation; in setNotFoundInCurrentInstantiation()
419 if (ResultKind != NotFoundInCurrentInstantiation) in resolveKindAfterFilter()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp847 case LookupResult::NotFoundInCurrentInstantiation: in ActOnSizeofParameterPackExpr()
H A DSemaLookup.cpp359 assert(ResultKind == NotFound || ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
3567 case LookupResult::NotFoundInCurrentInstantiation: in resolveCorrection()
3673 case LookupResult::NotFoundInCurrentInstantiation: in performQualifiedLookups()
H A DSemaTemplate.cpp3052 LookupResult::NotFoundInCurrentInstantiation) { in CheckTemplateTypeArgument()
8054 case LookupResult::NotFoundInCurrentInstantiation: in CheckTypenameType()
H A DSemaExprObjC.cpp1892 case LookupResult::NotFoundInCurrentInstantiation: in getObjCMessageKind()
H A DSemaDecl.cpp287 case LookupResult::NotFoundInCurrentInstantiation: in getTypeName()
834 case LookupResult::NotFoundInCurrentInstantiation: { in ClassifyName()
12218 case LookupResult::NotFoundInCurrentInstantiation: in HandleField()
H A DSemaExpr.cpp2065 (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)) in ActOnIdExpression()
2074 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in ActOnIdExpression()
2259 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in BuildQualifiedDeclarationNameExpr()
H A DSemaExprCXX.cpp6400 case LookupResult::NotFoundInCurrentInstantiation: in CheckMicrosoftIfExistsSymbol()
H A DTreeTransform.h954 case LookupResult::NotFoundInCurrentInstantiation: in RebuildDependentNameType()
H A DSemaDeclCXX.cpp13600 case LookupResult::NotFoundInCurrentInstantiation: in HandleMSProperty()