Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DLookup.h39 NotFoundInCurrentInstantiation, enumerator
388 return ResultKind == NotFoundInCurrentInstantiation; in wasNotFoundInCurrentInstantiation()
395 ResultKind = NotFoundInCurrentInstantiation; in setNotFoundInCurrentInstantiation()
417 if (ResultKind != NotFoundInCurrentInstantiation) in resolveKindAfterFilter()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp843 case LookupResult::NotFoundInCurrentInstantiation: in ActOnSizeofParameterPackExpr()
DSemaLookup.cpp465 ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
3939 case LookupResult::NotFoundInCurrentInstantiation: in resolveCorrection()
4046 case LookupResult::NotFoundInCurrentInstantiation: in performQualifiedLookups()
DSemaTemplate.cpp3120 LookupResult::NotFoundInCurrentInstantiation) { in CheckTemplateTypeArgument()
8207 case LookupResult::NotFoundInCurrentInstantiation: in CheckTypenameType()
DSemaExprObjC.cpp2077 case LookupResult::NotFoundInCurrentInstantiation: in getObjCMessageKind()
DSemaDecl.cpp327 case LookupResult::NotFoundInCurrentInstantiation: in getTypeName()
874 case LookupResult::NotFoundInCurrentInstantiation: { in ClassifyName()
12948 case LookupResult::NotFoundInCurrentInstantiation: in HandleField()
DSemaExpr.cpp2108 (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)) in ActOnIdExpression()
2117 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in ActOnIdExpression()
2300 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in BuildQualifiedDeclarationNameExpr()
DSemaExprCXX.cpp6830 case LookupResult::NotFoundInCurrentInstantiation: in CheckMicrosoftIfExistsSymbol()
DSemaDeclCXX.cpp13775 case LookupResult::NotFoundInCurrentInstantiation: in HandleMSProperty()
DTreeTransform.h975 case LookupResult::NotFoundInCurrentInstantiation: in RebuildDependentNameType()