Home
last modified time | relevance | path

Searched refs:CreateLexicalBlock (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h340 void CreateLexicalBlock(SourceLocation Loc);
H A DCGDebugInfo.cpp4106 void CGDebugInfo::CreateLexicalBlock(SourceLocation Loc) { in CreateLexicalBlock() function in CGDebugInfo
4142 CreateLexicalBlock(Loc); in EmitLexicalBlockStart()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go177 func (d *DIBuilder) CreateLexicalBlock(diScope Metadata, b DILexicalBlock) Metadata { func