Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h506 void EmitUsingDecl(const UsingDecl &UD);
H A DCGDecl.cpp138 DI->EmitUsingDecl(cast<UsingDecl>(D)); in EmitDecl()
H A DCGDebugInfo.cpp4965 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl() function in CGDebugInfo
H A DCodeGenModule.cpp5734 DI->EmitUsingDecl(cast<UsingDecl>(*D)); in EmitTopLevelDecl()