Home
last modified time | relevance | path

Searched refs:EmitDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp781 EmitDecl(*S.getConditionVariable()); in EmitIfStmt()
879 EmitDecl(*S.getConditionVariable()); in EmitWhileStmt()
1063 EmitDecl(*S.getConditionVariable()); in EmitForStmt()
1377 EmitDecl(*I); in EmitDeclStmt()
1942 EmitDecl(*S.getConditionVariable()); in EmitSwitchStmt()
1971 EmitDecl(*S.getConditionVariable()); in EmitSwitchStmt()
H A DCGDecl.cpp47 void CodeGenFunction::EmitDecl(const Decl &D) { in EmitDecl() function in CodeGenFunction
148 EmitDecl(*Using); in EmitDecl()
H A DCGStmtOpenMP.cpp911 EmitDecl(*VD); in EmitOMPFirstprivateClause()
955 EmitDecl(*VD); in EmitOMPPrivateClause()
1087 EmitDecl(*VD); in EmitOMPLastprivateClauseInit()
7195 EmitDecl(*PvtVD); in EmitOMPUseDevicePtrClause()
H A DCodeGenFunction.h3029 void EmitDecl(const Decl &D);