Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h497 void EmitUsingDirective(const UsingDirectiveDecl &UD);
H A DCGDecl.cpp146 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(D)); in EmitDecl()
H A DCGDebugInfo.cpp4950 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective() function in CGDebugInfo
H A DCodeGenModule.cpp5742 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(*D)); in EmitTopLevelDecl()