Searched refs:FnScope (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | Scope.cpp | 23 if (parent && !(flags & FnScope)) { in Init() 48 if (flags & FnScope) FnParent = this; in Init()
|
D | SemaExprCXX.cpp | 540 (Scope::FnScope | Scope::ClassScope | Scope::BlockScope | in ActOnCXXThrow()
|
/external/clang/include/clang/Sema/ |
D | Scope.h | 37 FnScope = 0x01, enumerator 283 else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope | in isSwitchScope()
|
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 400 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope); in ParseLexedMethodDef() local 404 ParseFunctionTryBlock(LM.D, FnScope); in ParseLexedMethodDef() 419 FnScope.Exit(); in ParseLexedMethodDef() 428 ParseFunctionStatementBody(LM.D, FnScope); in ParseLexedMethodDef()
|
D | ParseTemplate.cpp | 1315 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope); in ParseLateTemplatedFuncDef() local 1329 ParseFunctionTryBlock(LMT.D, FnScope); in ParseLateTemplatedFuncDef() 1337 ParseFunctionStatementBody(LMT.D, FnScope); in ParseLateTemplatedFuncDef() 1344 FnScope.Exit(); in ParseLateTemplatedFuncDef()
|
D | Parser.cpp | 977 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() 1010 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() 1027 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() 1695 if (S->getFlags() & Scope::FnScope) { in handleUnexpectedCodeCompletionToken()
|
D | ParseObjc.cpp | 2887 ? Scope::ObjCMethodScope|Scope::FnScope|Scope::DeclScope in ParseLexedObjCMethodDefs() 2888 : Scope::FnScope|Scope::DeclScope); in ParseLexedObjCMethodDefs()
|
D | ParseDecl.cpp | 922 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope, HasFunScope); in ParseLexedAttribute() local 930 FnScope.Exit(); // Pop scope, and remove Decls from IdResolver in ParseLexedAttribute()
|
D | ParseExpr.cpp | 2427 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression()
|
D | ParseExprCXX.cpp | 880 unsigned ScopeFlags = Scope::BlockScope | Scope::FnScope | Scope::DeclScope; in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDeclCXX.cpp | 2261 if ((S->getFlags() & Scope::FnScope)) { in ParseCXXMemberSpecification()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1109 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in collectVariableInfo() local 1110 DIArray Variables = DISubprogram(FnScope->getScopeNode()).getVariables(); in collectVariableInfo() 1451 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunction() local 1452 CompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode()); in endFunction() 1481 DIE *CurFnDIE = constructScopeDIE(TheCU, FnScope); in endFunction()
|