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
390 return ResultKind == NotFoundInCurrentInstantiation; in wasNotFoundInCurrentInstantiation()
397 ResultKind = NotFoundInCurrentInstantiation; in setNotFoundInCurrentInstantiation()
419 if (ResultKind != NotFoundInCurrentInstantiation) in resolveKindAfterFilter()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp810 case LookupResult::NotFoundInCurrentInstantiation: in ActOnSizeofParameterPackExpr()
DSemaLookup.cpp359 assert(ResultKind == NotFound || ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
3630 case LookupResult::NotFoundInCurrentInstantiation: in resolveCorrection()
3732 case LookupResult::NotFoundInCurrentInstantiation: in performQualifiedLookups()
DSemaTemplate.cpp3053 LookupResult::NotFoundInCurrentInstantiation) { in CheckTemplateTypeArgument()
7931 case LookupResult::NotFoundInCurrentInstantiation: in CheckTypenameType()
DSemaDecl.cpp284 case LookupResult::NotFoundInCurrentInstantiation: in getTypeName()
828 case LookupResult::NotFoundInCurrentInstantiation: { in ClassifyName()
11777 case LookupResult::NotFoundInCurrentInstantiation: in HandleField()
DSemaExprObjC.cpp1862 case LookupResult::NotFoundInCurrentInstantiation: in getObjCMessageKind()
DSemaExpr.cpp2060 (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)) in ActOnIdExpression()
2069 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in ActOnIdExpression()
2223 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in BuildQualifiedDeclarationNameExpr()
DSemaExprCXX.cpp6056 case LookupResult::NotFoundInCurrentInstantiation: in CheckMicrosoftIfExistsSymbol()
DTreeTransform.h927 case LookupResult::NotFoundInCurrentInstantiation: in RebuildDependentNameType()
DSemaDeclCXX.cpp13108 case LookupResult::NotFoundInCurrentInstantiation: in HandleMSProperty()