Searched defs:FnScope (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Scope.h | 51 FnScope = 0x01, enumerator |
/llvm-project/clang/lib/Parse/ | ||
H A D | ParseCXXInlineMethods.cpp | 604 ParseScope FnScope(this, Scope::FnScope | Scope::DeclScope | ParseLexedMethodDef() local |
H A D | ParseTemplate.cpp | 1676 ParseScope FnScope(this, Scope::FnScope | Scope::DeclScope | ParseLateTemplatedFuncDef() local |
H A D | ParseDecl.cpp | 5961 ParseScope FnScope(this, Scope::FnScope | Scope::DeclScope | ParseTopLevelStmtDecl() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmtAttr.cpp | 38 auto *FnScope = S.getCurFunction(); handleFallThroughAttr() local |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | DwarfDebug.cpp | 2277 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); endFunctionImpl() local |