Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h454 void EmitUsingDirective(const UsingDirectiveDecl &UD);
H A DCGDecl.cpp127 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(D)); in EmitDecl()
H A DCGDebugInfo.cpp4288 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective() function in CGDebugInfo
H A DCodeGenModule.cpp4883 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(*D)); in EmitTopLevelDecl()