Searched defs:LexicalScope (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h33 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 *getOrCreateRegularScop
155 class LexicalScope { class in namespace:llvm
159 LexicalScope(LexicalScope *P, const MDNode *D, const MDNode *I, bool A) function in class:llvm::LexicalScope
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h837 class LexicalScope: protected RunCleanupsScope {
841 LexicalScope(const LexicalScope &); // DO NOT IMPLEMENT THESE
842 LexicalScope &operator=(const LexicalScope &);
846 explicit LexicalScope(CodeGenFunction &CGF, SourceRange Range)
854 ~LexicalScope() {

Completed in 97 milliseconds