Home
last modified time | relevance | path

Searched defs:KnownDependent (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/AST/
H A DExprCXX.cpp423 bool KnownDependent, bool KnownInstantiationDependent) { in Create() argument
405 UnresolvedLookupExpr(const ASTContext & Context,CXXRecordDecl * NamingClass,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,bool RequiresADL,const TemplateArgumentListInfo * TemplateArgs,UnresolvedSetIterator Begin,UnresolvedSetIterator End,bool KnownDependent) UnresolvedLookupExpr() argument
439 Create(const ASTContext & Context,CXXRecordDecl * NamingClass,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,bool RequiresADL,const TemplateArgumentListInfo * Args,UnresolvedSetIterator Begin,UnresolvedSetIterator End,bool KnownDependent) Create() argument
470 OverloadExpr(StmtClass SC,const ASTContext & Context,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs,UnresolvedSetIterator Begin,UnresolvedSetIterator End,bool KnownDependent,bool KnownInstantiationDependent,bool KnownContainsUnexpandedParameterPack) OverloadExpr() argument
H A DComputeDependence.cpp792 computeDependence(OverloadExpr * E,bool KnownDependent,bool KnownInstantiationDependent,bool KnownContainsUnexpandedParameterPack) computeDependence() argument
H A DASTImporter.cpp8570 const bool KnownDependent = VisitUnresolvedLookupExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5628 bool KnownDependent = false; BuildTemplateIdExpr() local