HomeSort by relevance Sort by last modified time
    Searched defs:LexicalScope (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 33 class LexicalScope;
61 bool isCurrentFunctionScope(const LexicalScope *LS) {
66 LexicalScope *getCurrentFunctionScope() const { return CurrentFnLexicalScope;}
80 LexicalScope *findLexicalScope(DebugLoc DL);
83 ArrayRef<LexicalScope *> getAbstractScopesList() const {
88 LexicalScope *findAbstractScope(const MDNode *N) {
94 LexicalScope *findInlinedScope(DebugLoc DL) {
99 LexicalScope *findLexicalScope(const MDNode *N) {
110 LexicalScope *getOrCreateLexicalScope(DebugLoc DL);
113 LexicalScope *getOrCreateRegularScope(MDNode *Scope)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 503 class LexicalScope: protected RunCleanupsScope {
506 LexicalScope *ParentScope;
508 LexicalScope(const LexicalScope &) LLVM_DELETED_FUNCTION;
509 void operator=(const LexicalScope &) LLVM_DELETED_FUNCTION;
513 explicit LexicalScope(CodeGenFunction &CGF, SourceRange Range)
527 ~LexicalScope() {
    [all...]

Completed in 804 milliseconds