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()
840 Declarator &ParamInfo, Scope *CurScope) { in ActOnStartOfLambdaDefinition()
1138 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError()
1384 Scope *CurScope, in ActOnLambdaExpr()
DSemaStmt.cpp436 Stmt *SubStmt, Scope *CurScope) { in ActOnDefaultStmt()
2583 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt()
2595 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) { in ActOnBreakStmt()
3051 Scope *CurScope) { in ActOnReturnStmt()
3337 Scope *CurScope) { in ActOnObjCAtThrowStmt()
3673 Sema::ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope) { in ActOnSEHLeaveStmt()
3762 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
3789 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
DSemaOpenMP.cpp93 Scope *CurScope; member
125 Scope *CurScope, SourceLocation Loc) { in push()
382 Scope *CurScope = getCurScope(); in isOpenMPLocal() local
573 Scope *CurScope, SourceLocation Loc) { in StartOpenMPDSABlock()
656 ExprResult Sema::ActOnOpenMPIdExpression(Scope *CurScope, in ActOnOpenMPIdExpression()
1031 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart()
2703 Scope *CurScope = DSA.getCurScope(); in CheckOpenMPLoop() local
DSemaExpr.cpp11105 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart()
11133 Scope *CurScope) { in ActOnBlockArguments()
11250 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockError()
11263 Stmt *Body, Scope *CurScope) { in ActOnBlockStmtExpr()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h155 ScopeTy *CurScope; variable
/external/clang/include/clang/Parse/
DParser.h791 Scope *CurScope; variable
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp628 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry() local
/external/clang/include/clang/Sema/
DSema.h8621 Scope *CurScope; variable