Home
last modified time | relevance | path

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

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