Searched defs:DIScope (Results 1 – 2 of 2) sorted by relevance
51 class DIScope; variable284 explicit DIType(const MDNode *N = 0) : DIScope(N) {} in DIScope() function396 explicit DIFile(const MDNode *N = 0) : DIScope(N) {} in DIScope() function407 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {} in DIScope() function434 explicit DISubprogram(const MDNode *N = 0) : DIScope(N) {} in DIScope() function500 explicit DILexicalBlock(const MDNode *N = 0) : DIScope(N) {} in DIScope() function511 explicit DILexicalBlockFile(const MDNode *N = 0) : DIScope(N) {} in DIScope() function529 explicit DINameSpace(const MDNode *N = 0) : DIScope(N) {} in DIScope() function
49 class DIScope; variable