HomeSort by: relevance | last modified time | path
    Searched refs:getCurScope (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 54 Actions.CodeCompleteObjCAtDirective(getCurScope());
176 Actions.ActOnAtEnd(getCurScope(), AtLoc);
223 Actions.CodeCompleteObjCInterfaceDecl(getCurScope());
242 ObjCTypeParamListScope typeParamScope(Actions, getCurScope());
257 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
312 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
357 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId,
437 getCurScope(), ObjCTypeParamVariance::Invariant, SourceLocation(),
515 getCurScope(), variance, varianceLoc, typeParams.size(), paramName,
556 getCurScope(),
    [all...]
ParseExpr.cpp 153 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
163 Actions.CodeCompleteExpression(getCurScope(),
326 ExprResult Op = Actions.ActOnBinOp(getCurScope(), LogicalAndLoc,
361 ExprResult Op = Actions.ActOnBinOp(getCurScope(), LogicalOrLoc,
629 Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(),
991 Res = Actions.ActOnNumericConstant(Tok, /*UDLScope*/getCurScope());
1014 Res = Actions.ActOnNameClassifiedAsOverloadSet(getCurScope(), Res.get());
1153 (Actions.getTypeName(II, ILoc, getCurScope()) ||
1155 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
1161 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc)
    [all...]
ParseDeclCXX.cpp 67 Actions.CodeCompleteNamespaceDecl(getCurScope());
146 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() ||
147 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
148 getCurScope()->getFnParent()) {
216 getCurScope(), InlineLoc, NamespaceLoc, IdentLoc, Ident,
262 getCurScope(), InnerNSs[index].InlineLoc, InnerNSs[index].NamespaceLoc,
287 Actions.CodeCompleteNamespaceAliasDecl(getCurScope());
324 return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc
    [all...]
ParseExprCXX.cpp 96 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
241 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext,
321 getCurScope(), SS, TemplateKWLoc, TemplateName, ObjectType,
359 Actions.ActOnCXXNestedNameSpecifier(getCurScope(),
396 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, IdInfo,
456 getCurScope(), IdInfo, EnteringContext, SS, false,
483 if (TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
533 getCurScope(), SS, TemplateNameLoc, TemplateName, ObjectType,
567 E = Actions.ActOnNameClassifiedAsNonType(getCurScope(), SS, ND, Loc, Tok);
611 getCurScope(), SS, TemplateKWLoc, Name, Tok.is(tok::l_paren)
    [all...]
ParseTemplate.cpp 31 return Actions.getCurScope();
230 getCurScope(), AS, DS,
424 return Actions.ActOnConceptDefinition(getCurScope(),
652 getCurScope(), D, Depth, Position, /*EqualLoc=*/SourceLocation(),
719 auto TNK = Actions.isTemplateName(getCurScope(), SS,
827 NamedDecl *NewDecl = Actions.ActOnTypeParameter(getCurScope(),
947 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
1002 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
1329 getCurScope(), SS, TemplateKWLoc, Template,
1404 getCurScope(), SS, TemplateId->TemplateKWLoc
    [all...]
Parser.cpp 406 N->Init(getCurScope(), ScopeFlags);
409 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
415 assert(getCurScope() && "Scope imbalance!");
419 Actions.ActOnPopScope(Tok.getLocation(), getCurScope());
421 Scope *OldScope = getCurScope();
434 : CurScope(ManageFlags ? Self->getCurScope() : nullptr) {
455 delete getCurScope();
475 assert(getCurScope() == nullptr && "A scope is already active?");
477 Actions.ActOnTranslationUnitScope(getCurScope());
822 Actions.ActOnEmptyDeclaration(getCurScope(), attrs, Tok.getLocation())
    [all...]
ParseStmt.cpp 181 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
467 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&
550 ParseScopeFlags FilterScope(this, getCurScope()->getFlags() |
610 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope());
722 Actions.CodeCompleteCase(getCurScope());
873 SubStmt.get(), getCurScope());
1078 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
1200 Cond = Actions.ActOnCondition(getCurScope(), Loc, CondExpr.get(), CK);
1468 Actions.CodeCompleteAfterIf(getCurScope(), IsBracedThen);
1565 getCurScope()->AddFlags(Scope::BreakScope)
    [all...]
ParseDecl.cpp 69 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
505 Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param);
1787 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none,
2071 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D);
2081 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl);
2157 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
2224 S = P.getCurScope();
2234 S = P.getCurScope();
2263 ThisDecl = Actions.ActOnDeclarator(getCurScope(), D);
2268 ThisDecl = Actions.ActOnTemplateDeclarator(getCurScope(),
    [all...]
ParseCXXInlineMethods.cpp 39 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
42 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
46 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs);
305 P.Actions.ActOnStartDelayedMemberDeclarations(P.getCurScope(),
312 P.Actions.ActOnFinishDelayedMemberDeclarations(P.getCurScope(),
333 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
344 Actions.ActOnDelayedCXXMethodParameter(getCurScope(), Param);
503 Actions.ActOnFinishDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
544 Actions.ActOnStartOfFunctionDef(getCurScope(), LM.D);
754 Actions.ActOnFinishDelayedAttribute(getCurScope(), LA.Decls[i], Attrs)
    [all...]
ParseInit.cpp 255 getCurScope()->isInObjcMethodScope()) {
292 getCurScope(), II, IILoc, II == Ident_super,
ParseOpenMP.cpp 88 P->getCurScope(), SS, NameInfo, Kind);
354 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS);
365 Actions.ActOnOpenMPDeclareReductionCombinerStart(getCurScope(), D);
401 Actions.ActOnOpenMPDeclareReductionInitializerStart(getCurScope(),
434 return Actions.ActOnOpenMPDeclareReductionDirectiveEnd(getCurScope(), DRD,
446 Actions.CodeCompleteInitializer(getCurScope(), OmpPrivParm);
472 getCurScope(), OmpPrivParm->getType()->getCanonicalTypeInternal(),
585 Actions.StartOpenMPDSABlock(OMPD_declare_mapper, DirName, getCurScope(), Loc);
589 getCurScope(), MapperType, Range.getBegin(), VName);
619 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType
    [all...]
ParseStmtAsm.cpp 662 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get();
ParseTentative.cpp 2163 getCurScope(), &SS))
ParsePragma.cpp 562 Actions.ActOnPragmaUnused(Tok, getCurScope(), UnusedLoc);
625 Actions.ActOnPragmaDump(getCurScope(), Tok.getLocation(), II);
749 Actions.ActOnCapturedRegionStart(Loc, getCurScope(), CR_Default,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ScopedHashTable.h 209 ScopeTy *getCurScope() { return CurScope; }
210 const ScopeTy *getCurScope() const { return CurScope; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 1476 S.ActOnMemberAccessExpr(S.getCurScope(), InstanceBase, SourceLocation(),
1486 return S.BuildCallExpr(S.getCurScope(), GetterExpr.get(),
1505 S.ActOnMemberAccessExpr(S.getCurScope(), InstanceBase, SourceLocation(),
1518 return S.BuildCallExpr(S.getCurScope(), SetterExpr.get(),
SemaStmtAsm.cpp 768 ExprResult Result = ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Id,
820 if (LookupName(BaseResult, getCurScope()) && BaseResult.isSingleResult())
SemaOpenMP.cpp 919 Scope *getCurScope() const {
1539 Scope *CurScope = getCurScope();
2756 SemaRef.getCurScope());
2778 SemaRef.getCurScope());
4643 if (Stack->getCurScope()) {
5332 Actions.getCurScope(), {}, BO_Assign, DistRef, Dist));
5410 Body = AssertSuccess(Actions.BuildBinOp(Actions.getCurScope(), {},
5641 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId,
8641 DSA.getCurScope(), For ? For->getCond() : CXXFor->getCond(), Captures);
8643 ISC.buildNumIterations(DSA.getCurScope(), ResultIterSpaces
    [all...]
SemaCoroutine.cpp 818 if (isWithinCatchScope(S.getCurScope()))
1393 S.BuildCallExpr(S.getCurScope(), NewRef.get(), Loc, NewArgs, Loc);
1419 S.BuildCallExpr(S.getCurScope(), DeleteRef.get(), Loc, DeleteArgs, Loc);
SemaCXXScopeSpec.cpp 282 for (Scope *S = getCurScope(); S; S = S->getParent()) {
SemaStmt.cpp 2549 // FIXME: getCurScope() should not be used during template instantiation.
2552 *BeginExpr = SemaRef.ActOnCoawaitExpr(SemaRef.getCurScope(), ColonLoc,
2708 Scope *S = getCurScope();
2967 // FIXME: getCurScope() should not be used during template instantiation.
4441 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope())
SemaExprMember.cpp 1004 RetryExpr = ActOnStartCXXMemberReference(getCurScope(), BaseExpr,
Sema.cpp 1897 for (Scope *S = getCurScope(); S; S = S->getParent()) {
SemaChecking.cpp 788 Scope *S = SemaRef.getCurScope();
8869 if (S.LookupName(Result, S.getCurScope())) {
9600 S.LookupName(R, S.getCurScope());
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 442 Scope *getCurScope() const { return Actions.getCurScope(); }
2935 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2942 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);

Completed in 82 milliseconds

1 2