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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp664 EmitDecl(*S.getConditionVariable());
761 EmitDecl(*S.getConditionVariable());
921 EmitDecl(*S.getConditionVariable());
1188 EmitDecl(*I);
1653 EmitDecl(*S.getConditionVariable());
1682 EmitDecl(*S.getConditionVariable());
H A DCGDecl.cpp47 void CodeGenFunction::EmitDecl(const Decl &D) { function in class:CodeGenFunction
133 EmitDecl(*Using);
H A DCGStmtOpenMP.cpp884 EmitDecl(*VD);
933 EmitDecl(*VD);
1066 EmitDecl(*VD);
5958 EmitDecl(*PvtVD);
H A DCodeGenFunction.h2883 /// EmitDecl - Emit a declaration.
2886 void EmitDecl(const Decl &D);

Completed in 137 milliseconds