• Home
  • Raw
  • Download

Lines Matching refs:DeclarationName

759 static bool isImplicitlyDeclaredMemberFunctionName(DeclarationName Name) {  in isImplicitlyDeclaredMemberFunctionName()
761 case DeclarationName::CXXConstructorName: in isImplicitlyDeclaredMemberFunctionName()
762 case DeclarationName::CXXDestructorName: in isImplicitlyDeclaredMemberFunctionName()
765 case DeclarationName::CXXOperatorName: in isImplicitlyDeclaredMemberFunctionName()
778 DeclarationName Name, in DeclareImplicitMemberFunctionsWithName()
784 case DeclarationName::CXXConstructorName: in DeclareImplicitMemberFunctionsWithName()
798 case DeclarationName::CXXDestructorName: in DeclareImplicitMemberFunctionsWithName()
805 case DeclarationName::CXXOperatorName: in DeclareImplicitMemberFunctionsWithName()
850 != DeclarationName::CXXConversionFunctionName || in LookupDirect()
1038 DeclarationName Name = R.getLookupName(); in CppLookupName()
1697 DeclarationName Name = R.getLookupName(); in LookupName()
1917 CXXBasePath &Path, DeclarationName Name) { in LookupAnyMember()
2050 DeclarationName Name) = nullptr; in LookupQualifiedName()
2087 DeclarationName Name = R.getLookupName(); in LookupQualifiedName()
2304 DeclarationName Name = Result.getLookupName(); in DiagnoseAmbiguousLookup()
2778 NamedDecl *Sema::LookupSingleName(Scope *S, DeclarationName Name, in LookupSingleName()
2805 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); in LookupOverloadedOperatorName()
2866 DeclarationName Name; in LookupSpecialMember()
3055 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(T); in LookupConstructors()
3253 void Sema::ArgumentDependentLookup(DeclarationName Name, SourceLocation Loc, in ArgumentDependentLookup()
3344 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap;
3695 LookupResult Result(*this, DeclarationName(), SourceLocation(), Kind); in LookupVisibleDecls()
3707 LookupResult Result(*this, DeclarationName(), SourceLocation(), Kind); in LookupVisibleDecls()