Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h536 void EmitUsingDirective(const UsingDirectiveDecl &UD);
H A DCGDecl.cpp155 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(D)); in EmitDecl()
H A DCGDebugInfo.cpp5702 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective() function in CGDebugInfo
H A DCodeGenModule.cpp6817 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(*D)); in EmitTopLevelDecl()