HomeSort by relevance Sort by last modified time
    Searched refs:getCurScope (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/lib/Parse/
ParseExpr.cpp 150 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
159 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression);
344 Actions.CodeCompleteAssignmentRHS(getCurScope(), LHS.get());
443 LHS = Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(),
733 Res = Actions.ActOnNumericConstant(Tok, /*UDLScope*/getCurScope());
    [all...]
ParseObjc.cpp 51 Actions.CodeCompleteObjCAtDirective(getCurScope());
173 Actions.ActOnAtEnd(getCurScope(), AtLoc);
220 Actions.CodeCompleteObjCInterfaceDecl(getCurScope());
243 ObjCTypeParamListScope typeParamScope(Actions, getCurScope());
257 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
322 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
373 Actions.ActOnStartClassInterface(getCurScope(), AtLoc, nameId, nameLoc,
462 getCurScope(),
546 DeclResult typeParam = Actions.actOnObjCTypeParam(getCurScope(),
596 getCurScope(),
    [all...]
ParseExprCXX.cpp 94 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
291 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
358 = Actions.ActOnDependentTemplateName(getCurScope(),
399 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(),
434 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, II,
463 getCurScope(), SS, Tok.getLocation(), II, ObjectType)) {
499 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
526 if (TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
561 = Actions.ActOnDependentTemplateName(getCurScope(),
608 return Actions.ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Name
    [all...]
ParseCXXInlineMethods.cpp 42 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
45 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
49 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs);
132 LM->TemplateScope = getCurScope()->isTemplateParamScope();
273 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
283 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(),
291 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(),
300 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
304 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
314 Actions.ActOnDelayedCXXMethodParameter(getCurScope(), Param)
    [all...]
Parser.cpp 376 N->Init(getCurScope(), ScopeFlags);
379 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
385 assert(getCurScope() && "Scope imbalance!");
389 Actions.ActOnPopScope(Tok.getLocation(), getCurScope());
391 Scope *OldScope = getCurScope();
404 : CurScope(ManageFlags ? Self->getCurScope() : nullptr) {
425 delete getCurScope();
454 assert(getCurScope() == nullptr && "A scope is already active?");
456 Actions.ActOnTranslationUnitScope(getCurScope());
673 SingleDecl = Actions.ActOnEmptyDeclaration(getCurScope(),
    [all...]
ParseStmt.cpp 169 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
401 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&
483 ParseScopeFlags FilterScope(this, getCurScope()->getFlags() |
543 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope());
653 Actions.CodeCompleteCase(getCurScope());
812 SubStmt.get(), getCurScope());
951 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
    [all...]
ParseDecl.cpp 69 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
377 Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param);
    [all...]
ParseDeclCXX.cpp 66 Actions.CodeCompleteNamespaceDecl(getCurScope());
132 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() ||
133 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
134 getCurScope()->getFnParent()) {
186 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
237 Actions.ActOnStartNamespaceDef(getCurScope(), SourceLocation(),
263 Actions.CodeCompleteNamespaceAliasDecl(getCurScope());
288 return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc
    [all...]
ParseTemplate.cpp 214 getCurScope(), AS, DS,
543 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, EllipsisLoc,
653 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
707 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
    [all...]
ParseInit.cpp 217 getCurScope()->isInObjcMethodScope()) {
256 getCurScope(), II, IILoc, II == Ident_super,
ParseOpenMP.cpp 270 Actions.StartOpenMPDSABlock(DKind, DirName, Actions.getCurScope(), Loc);
314 Actions.ActOnOpenMPRegionStart(DKind, getCurScope());
386 Actions.ActOnOpenMPIdExpression(getCurScope(), SS, NameInfo);
    [all...]
ParseStmtAsm.cpp 600 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get();
ParsePragma.cpp 325 Actions.ActOnPragmaUnused(Tok, getCurScope(), UnusedLoc);
437 Actions.ActOnCapturedRegionStart(Loc, getCurScope(), CR_Default,
    [all...]
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 202 ScopeTy *getCurScope() { return CurScope; }
203 const ScopeTy *getCurScope() const { return CurScope; }
  /external/clang/include/clang/Parse/
Parser.h 251 Scope *getCurScope() const { return Actions.getCurScope(); }
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaStmtAsm.cpp 572 ExprResult Result = ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Id,
626 if (!LookupName(BaseResult, getCurScope()))
SemaOpenMP.cpp 329 Scope *getCurScope() const { return Stack.back().CurScope; }
330 Scope *getCurScope() { return Stack.back().CurScope; }
521 Scope *CurScope = getCurScope();
    [all...]
SemaCXXScopeSpec.cpp 257 for (Scope *S = getCurScope(); S; S = S->getParent()) {
    [all...]
Sema.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaChecking.cpp 248 Scope *S = SemaRef.getCurScope();
    [all...]
SemaExprCXX.cpp 645 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope())
    [all...]
SemaType.cpp     [all...]

Completed in 257 milliseconds

1 2