Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1024 case LookupResult::NotFoundInCurrentInstantiation: { in ActOnSizeofParameterPackExpr()
H A DSemaLookup.cpp488 ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
4729 case LookupResult::NotFoundInCurrentInstantiation: in resolveCorrection()
4836 case LookupResult::NotFoundInCurrentInstantiation: in performQualifiedLookups()
H A DSemaTemplate.cpp5192 LookupResult::NotFoundInCurrentInstantiation) { in CheckTemplateTypeArgument()
11010 case LookupResult::NotFoundInCurrentInstantiation: in CheckTypenameType()
H A DSemaExprObjC.cpp2320 case LookupResult::NotFoundInCurrentInstantiation: in getObjCMessageKind()
H A DSemaDecl.cpp437 case LookupResult::NotFoundInCurrentInstantiation: in getTypeName()
1070 case LookupResult::NotFoundInCurrentInstantiation: { in ClassifyName()
17882 case LookupResult::NotFoundInCurrentInstantiation: in HandleField()
H A DSemaExpr.cpp2559 (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)) in ActOnIdExpression()
2568 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in ActOnIdExpression()
2758 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in BuildQualifiedDeclarationNameExpr()
H A DSemaExprCXX.cpp8901 case LookupResult::NotFoundInCurrentInstantiation: in CheckMicrosoftIfExistsSymbol()
H A DTreeTransform.h1167 case LookupResult::NotFoundInCurrentInstantiation: in RebuildDependentNameType()
H A DSemaDeclCXX.cpp18537 case LookupResult::NotFoundInCurrentInstantiation: in HandleMSProperty()