Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp474 void Sema::addLambdaParameters(CXXMethodDecl *CallOperator, Scope *CurScope) { in addLambdaParameters()
803 Scope *CurScope) { in ActOnStartOfLambdaDefinition()
1115 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError()
1460 Scope *CurScope) { in ActOnLambdaExpr()
DSemaStmt.cpp446 Stmt *SubStmt, Scope *CurScope) { in ActOnDefaultStmt()
2629 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt()
2641 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) { in ActOnBreakStmt()
3098 Scope *CurScope) { in ActOnReturnStmt()
3387 Scope *CurScope) { in ActOnObjCAtThrowStmt()
3726 Sema::ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope) { in ActOnSEHLeaveStmt()
3814 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
3841 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
DSemaOpenMP.cpp106 Scope *CurScope; member
159 Scope *CurScope, SourceLocation Loc) { in push()
521 Scope *CurScope = getCurScope(); in isOpenMPLocal() local
898 Scope *CurScope, SourceLocation Loc) { in StartOpenMPDSABlock()
986 ExprResult Sema::ActOnOpenMPIdExpression(Scope *CurScope, in ActOnOpenMPIdExpression()
1366 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart()
3743 Scope *CurScope = DSA.getCurScope(); in CheckOpenMPLoop() local
DSemaExpr.cpp11400 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart()
11428 Scope *CurScope) { in ActOnBlockArguments()
11545 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockError()
11558 Stmt *Body, Scope *CurScope) { in ActOnBlockStmtExpr()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h155 ScopeTy *CurScope; variable
/external/clang/include/clang/Parse/
DParser.h813 Scope *CurScope; variable
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp631 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry() local
/external/clang/include/clang/Sema/
DSema.h9149 Scope *CurScope; variable