Home
last modified time | relevance | path

Searched defs:FoundD (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/AST/
H A DExpr.cpp453 DeclRefExpr(const ASTContext & Ctx,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,ValueDecl * D,bool RefersToEnclosingVariableOrCapture,const DeclarationNameInfo & NameInfo,NamedDecl * FoundD,const TemplateArgumentListInfo * TemplateArgs,QualType T,ExprValueKind VK,NonOdrUseReason NOUR) DeclRefExpr() argument
493 Create(const ASTContext & Context,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,ValueDecl * D,bool RefersToEnclosingVariableOrCapture,SourceLocation NameLoc,QualType T,ExprValueKind VK,NamedDecl * FoundD,const TemplateArgumentListInfo * TemplateArgs,NonOdrUseReason NOUR) Create() argument
508 Create(const ASTContext & Context,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,ValueDecl * D,bool RefersToEnclosingVariableOrCapture,const DeclarationNameInfo & NameInfo,QualType T,ExprValueKind VK,NamedDecl * FoundD,const TemplateArgumentListInfo * TemplateArgs,NonOdrUseReason NOUR) Create() argument
[all...]
H A DASTImporter.cpp2819 NamedDecl *FoundD; VisitTypeAliasTemplateDecl() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1071 auto *FoundD = Record.readDeclAs<NamedDecl>(); VisitMemberExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2188 BuildDeclRefExpr(ValueDecl * D,QualType Ty,ExprValueKind VK,const DeclarationNameInfo & NameInfo,const CXXScopeSpec * SS,NamedDecl * FoundD,SourceLocation TemplateKWLoc,const TemplateArgumentListInfo * TemplateArgs) BuildDeclRefExpr() argument
2257 BuildDeclRefExpr(ValueDecl * D,QualType Ty,ExprValueKind VK,const DeclarationNameInfo & NameInfo,NestedNameSpecifierLoc NNS,NamedDecl * FoundD,SourceLocation TemplateKWLoc,const TemplateArgumentListInfo * TemplateArgs) BuildDeclRefExpr() argument
3195 BuildDeclarationNameExpr(const CXXScopeSpec & SS,const DeclarationNameInfo & NameInfo,NamedDecl * D,NamedDecl * FoundD,const TemplateArgumentListInfo * TemplateArgs,bool AcceptInvalidDecl) BuildDeclarationNameExpr() argument
H A DSemaTemplate.cpp5515 CheckVarTemplateId(const CXXScopeSpec & SS,const DeclarationNameInfo & NameInfo,VarTemplateDecl * Template,NamedDecl * FoundD,SourceLocation TemplateLoc,const TemplateArgumentListInfo * TemplateArgs) CheckVarTemplateId() argument
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11669 const Decl *FoundD = nullptr; global() member in __anon143de22e5311::LastprivateConditionalRefChecker
11830 const Decl *FoundD; checkAndEmitLastprivateConditional() local