Home
last modified time | relevance | path

Searched defs:CurScope (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
DSemaLambda.cpp474 void Sema::addLambdaParameters(CXXMethodDecl *CallOperator, Scope *CurScope) { in addLambdaParameters()
835 Declarator &ParamInfo, Scope *CurScope) { in ActOnStartOfLambdaDefinition()
1133 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError()
1374 Scope *CurScope, in ActOnLambdaExpr()
DSemaStmt.cpp400 Stmt *SubStmt, Scope *CurScope) { in ActOnDefaultStmt()
2399 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt()
2410 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) { in ActOnBreakStmt()
2816 Scope *CurScope) { in ActOnReturnStmt()
3088 Scope *CurScope) { in ActOnObjCAtThrowStmt()
3281 Sema::ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope) { in ActOnSEHLeaveStmt()
3363 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
3390 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
DSemaOpenMP.cpp92 Scope *CurScope; member
122 Scope *CurScope, SourceLocation Loc) { in push()
337 Scope *CurScope = getCurScope(); in isOpenMPLocal() local
478 Scope *CurScope, SourceLocation Loc) { in StartOpenMPDSABlock()
559 ExprResult Sema::ActOnOpenMPIdExpression(Scope *CurScope, in ActOnOpenMPIdExpression()
913 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart()
DSemaExprMember.cpp92 Scope *CurScope, in ClassifyImplicitMemberAccess()
DSemaExpr.cpp10419 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart()
10447 Scope *CurScope) { in ActOnBlockArguments()
10564 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockError()
10577 Stmt *Body, Scope *CurScope) { in ActOnBlockStmtExpr()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h155 ScopeTy *CurScope; variable
/external/clang/include/clang/Parse/
DParser.h802 Scope *CurScope; variable
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp656 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry() local
/external/clang/include/clang/Sema/
DSema.h8360 Scope *CurScope; variable