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
431 return ResultKind == NotFoundInCurrentInstantiation; in wasNotFoundInCurrentInstantiation()
438 ResultKind = NotFoundInCurrentInstantiation; in setNotFoundInCurrentInstantiation()
460 if (ResultKind != NotFoundInCurrentInstantiation) in resolveKindAfterFilter()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp847 case LookupResult::NotFoundInCurrentInstantiation: in ActOnSizeofParameterPackExpr()
DSemaLookup.cpp476 ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
4025 case LookupResult::NotFoundInCurrentInstantiation: in resolveCorrection()
4132 case LookupResult::NotFoundInCurrentInstantiation: in performQualifiedLookups()
DSemaTemplate.cpp3163 LookupResult::NotFoundInCurrentInstantiation) { in CheckTemplateTypeArgument()
8351 case LookupResult::NotFoundInCurrentInstantiation: in CheckTypenameType()
DSemaExprObjC.cpp2092 case LookupResult::NotFoundInCurrentInstantiation: in getObjCMessageKind()
DSemaDecl.cpp335 case LookupResult::NotFoundInCurrentInstantiation: in getTypeName()
917 case LookupResult::NotFoundInCurrentInstantiation: { in ClassifyName()
13402 case LookupResult::NotFoundInCurrentInstantiation: in HandleField()
DSemaExpr.cpp2171 (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)) in ActOnIdExpression()
2180 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in ActOnIdExpression()
2363 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in BuildQualifiedDeclarationNameExpr()
DSemaExprCXX.cpp7117 case LookupResult::NotFoundInCurrentInstantiation: in CheckMicrosoftIfExistsSymbol()
DTreeTransform.h984 case LookupResult::NotFoundInCurrentInstantiation: in RebuildDependentNameType()
DSemaDeclCXX.cpp14000 case LookupResult::NotFoundInCurrentInstantiation: in HandleMSProperty()