Searched defs:CurScope (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 202 void Sema::addLambdaParameters(CXXMethodDecl *CallOperator, Scope *CurScope) { in addLambdaParameters() 219 Scope *CurScope) { in ActOnStartOfLambdaDefinition() 430 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError() 569 Scope *CurScope, in ActOnLambdaExpr()
|
D | SemaStmt.cpp | 332 Stmt *SubStmt, Scope *CurScope) { in ActOnDefaultStmt() 1670 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt() 1681 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) { in ActOnBreakStmt() 2448 Scope *CurScope) { in ActOnObjCAtThrowStmt()
|
D | SemaExprMember.cpp | 98 Scope *CurScope, in ClassifyImplicitMemberAccess()
|
D | SemaExpr.cpp | 8879 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart() 8895 void Sema::ActOnBlockArguments(Declarator &ParamInfo, Scope *CurScope) { in ActOnBlockArguments() 9016 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockError() 9029 Stmt *Body, Scope *CurScope) { in ActOnBlockStmtExpr()
|
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 154 ScopeTy *CurScope; variable
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 695 Scope *CurScope; variable
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6861 Scope *CurScope; variable
|