Home
last modified time | relevance | path

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

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