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 854 class LexicalScope: protected RunCleanupsScope {
857 LexicalScope(const LexicalScope &) LLVM_DELETED_FUNCTION;
858 void operator=(const LexicalScope &) LLVM_DELETED_FUNCTION;
862 explicit LexicalScope(CodeGenFunction &CGF, SourceRange Range)
870 ~LexicalScope() {
    [all...]

Completed in 38 milliseconds