Searched refs:CreateLexicalBlock (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h205 // CreateLexicalBlock - Create a new lexical block node and push it on
207 void CreateLexicalBlock(SourceLocation Loc);
H A DCGDebugInfo.cpp2580 /// CreateLexicalBlock - Creates a new lexical block node and pushes it on
2582 void CGDebugInfo::CreateLexicalBlock(SourceLocation Loc) { function in class:CGDebugInfo
2600 CreateLexicalBlock(Loc);

Completed in 920 milliseconds