HomeSort by relevance Sort by last modified time
    Searched refs:getCurScope (Results 1 - 25 of 27) 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);
306 Actions.CodeCompleteAssignmentRHS(getCurScope(), LHS.get());
394 LHS = Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(),
669 Res = Actions.ActOnNumericConstant(Tok, /*UDLScope*/getCurScope());
737 (Actions.getTypeName(II, ILoc, getCurScope()) ||
739 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
761 getCurScope()->isInObjcMethodScope() &&
781 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
793 TypeResult Ty = Actions.ActOnTypeName(getCurScope(),
    [all...]
ParseObjc.cpp 50 Actions.CodeCompleteObjCAtDirective(getCurScope());
141 Actions.ActOnAtEnd(getCurScope(), AtLoc);
188 Actions.CodeCompleteObjCInterfaceDecl(getCurScope());
213 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
271 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
361 P.Actions.ActOnProperty(P.getCurScope(), AtLoc, LParenLoc,
432 Actions.CodeCompleteOrdinaryName(getCurScope(),
453 Actions.CodeCompleteObjCAtDirective(getCurScope());
529 Actions.CodeCompleteObjCAtDirective(getCurScope());
544 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables)
    [all...]
Parser.cpp 355 N->Init(getCurScope(), ScopeFlags);
358 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
364 assert(getCurScope() && "Scope imbalance!");
368 Actions.ActOnPopScope(Tok.getLocation(), getCurScope());
370 Scope *OldScope = getCurScope();
383 : CurScope(ManageFlags ? Self->getCurScope() : nullptr) {
404 delete getCurScope();
424 assert(getCurScope() == nullptr && "A scope is already active?");
426 Actions.ActOnTranslationUnitScope(getCurScope());
640 SingleDecl = Actions.ActOnEmptyDeclaration(getCurScope(),
    [all...]
ParseCXXInlineMethods.cpp 45 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
48 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
52 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs);
130 LM->TemplateScope = getCurScope()->isTemplateParamScope();
270 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
280 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(),
288 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(),
297 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
301 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
309 Actions.ActOnDelayedCXXMethodParameter(getCurScope(),
    [all...]
ParseExprCXX.cpp 94 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
221 if (Actions.ActOnCXXGlobalScopeSpecifier(getCurScope(), ConsumeToken(), SS))
269 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
336 = Actions.ActOnDependentTemplateName(getCurScope(),
377 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(),
412 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, II,
429 !Actions.isNonTypeNestedNameSpecifier(getCurScope(), SS, Tok.getLocation(),
466 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
493 if (TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
528 = Actions.ActOnDependentTemplateName(getCurScope(),
    [all...]
ParseStmt.cpp 172 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
395 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&
522 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope());
632 Actions.CodeCompleteCase(getCurScope());
786 SubStmt.get(), getCurScope());
927 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
    [all...]
ParseDeclCXX.cpp 65 Actions.CodeCompleteNamespaceDecl(getCurScope());
126 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() ||
127 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
128 getCurScope()->getFnParent()) {
176 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
222 Actions.ActOnStartNamespaceDef(getCurScope(), SourceLocation(),
247 Actions.CodeCompleteNamespaceAliasDecl(getCurScope());
272 return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc, Alias
    [all...]
ParseDecl.cpp 67 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
376 Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param);
    [all...]
ParseTemplate.cpp 194 getCurScope(), AS, DS,
513 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, EllipsisLoc,
624 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
677 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
    [all...]
ParseInit.cpp 217 getCurScope()->isInObjcMethodScope()) {
256 = Actions.getObjCMessageKind(getCurScope(), II, IILoc,
ParseOpenMP.cpp 158 Actions.StartOpenMPDSABlock(DKind, DirName, Actions.getCurScope(), Loc);
186 Actions.ActOnOpenMPRegionStart(DKind, getCurScope());
269 Actions.ActOnOpenMPIdExpression(getCurScope(), SS, NameInfo);
ParseStmtAsm.cpp 551 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get();
ParsePragma.cpp 291 Actions.ActOnPragmaUnused(Tok, getCurScope(), UnusedLoc);
401 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/lib/Sema/
SemaStmtAsm.cpp 382 ExprResult Result = ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Id,
435 if (!LookupName(BaseResult, getCurScope()))
SemaPseudoObject.cpp     [all...]
SemaOpenMP.cpp 193 Scope *getCurScope() const { return Stack.back().CurScope; }
194 Scope *getCurScope() { return Stack.back().CurScope; }
337 Scope *CurScope = getCurScope();
552 SemaRef.getCurScope());
    [all...]
Sema.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp 622 if (getCurScope() && getCurScope()->isOpenMPSimdDirectiveScope())
    [all...]
SemaType.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 246 Scope *getCurScope() const { return Actions.getCurScope(); }
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 158 milliseconds

1 2