Searched refs:Loc (Results 276 - 300 of 332) sorted by relevance

<<11121314

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2785 SMLoc Loc = Parser.getTok().getLoc(); local
2787 Error(Loc, "illegal expression");
2792 Error(Loc, "coprocessor option must be an immediate in range [0, 255]");
2997 SMLoc Loc = Parser.getTok().getLoc(); local
2999 Error(Loc, "illegal expression");
3004 Error(Loc, "lane index must be empty or an integer");
3313 SMLoc Loc = Parser.getTok().getLoc(); local
3317 Error(Loc, "illegal expression");
3323 Error(Loc, "constant expression expected");
3329 Error(Loc, "immediat
3529 SMLoc Loc = Parser.getTok().getLoc(); local
4397 SMLoc Loc = Parser.getTok().getLoc(); local
4490 SMLoc Loc = Tok.getLoc(); local
4999 SMLoc Loc = SMLoc::getFromPointer(NameLoc.getPointer() + 2); local
5048 SMLoc Loc = SMLoc::getFromPointer(NameLoc.getPointer() + Mnemonic.size()); local
5055 SMLoc Loc = SMLoc::getFromPointer(NameLoc.getPointer() + Mnemonic.size() + local
5081 SMLoc Loc = SMLoc::getFromPointer(NameLoc.getPointer() + Start); local
5106 SMLoc Loc = getLexer().getLoc(); local
5233 SMLoc Loc = Operands[0]->getStartLoc(); local
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1282 SourceLocation Loc = R->getLocation(); // FIXME local
1283 MSInfo->setPointOfInstantiation(Loc);
1285 std::make_pair(Function, Loc));
3144 SourceLocation Loc = PP.getLocForEndOfToken(Init->getLocStart());
3145 return ActOnParenListExpr(Loc, Loc, NewArgs);
3349 DeclContext *Sema::FindInstantiatedContext(SourceLocation Loc, DeclContext* DC, argument
3352 Decl* ID = FindInstantiatedDecl(Loc, D, TemplateArgs);
3383 NamedDecl *Sema::FindInstantiatedDecl(SourceLocation Loc, NamedDecl *D, argument
3471 ParentDC = FindInstantiatedContext(Loc, ParentD
[all...]
H A DTreeTransform.h166 void setBase(SourceLocation Loc, DeclarationName Entity) { } argument
359 Decl *TransformDecl(SourceLocation Loc, Decl *D) { argument
390 Decl *TransformDefinition(SourceLocation Loc, Decl *D) { argument
391 return getDerived().TransformDecl(Loc, D);
403 NamedDecl *TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc) { argument
404 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
553 bool TransformFunctionTypeParams(SourceLocation Loc,
736 QualType RebuildTypeOfExprType(Expr *Underlying, SourceLocation Loc);
746 SourceLocation Loc);
752 QualType RebuildDecltypeType(Expr *Underlying, SourceLocation Loc);
1364 RebuildSEHExceptStmt(SourceLocation Loc, Expr *FilterExpr, Stmt *Block) argument
1370 RebuildSEHFinallyStmt(SourceLocation Loc, Stmt *Block) argument
1953 RebuildCXXDefaultArgExpr(SourceLocation Loc, ParmVarDecl *Param) argument
2103 RebuildCXXConstructExpr(QualType T, SourceLocation Loc, CXXConstructorDecl *Constructor, bool IsElidable, MultiExprArg Args, bool HadMultipleCandidates, bool RequiresZeroInit, CXXConstructExpr::ConstructionKind ConstructKind, SourceRange ParenRange) argument
2908 SourceLocation Loc = getDerived().getBaseLocation(); local
3967 TransformFunctionTypeParams(SourceLocation Loc, ParmVarDecl **Params, unsigned NumParams, const QualType *ParamTypes, SmallVectorImpl<QualType> &OutParamTypes, SmallVectorImpl<ParmVarDecl*> *PVars) argument
9038 RebuildTypeOfExprType(Expr *E, SourceLocation Loc) argument
9049 RebuildDecltypeType(Expr *E, SourceLocation Loc) argument
9055 RebuildUnaryTransformType(QualType BaseType, UnaryTransformType::UTTKind UKind, SourceLocation Loc) argument
[all...]
H A DSemaExceptionSpec.cpp102 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { argument
116 EvaluateImplicitExceptionSpec(Loc, cast<CXXMethodDecl>(SourceDecl));
118 InstantiateExceptionSpec(Loc, SourceDecl);
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp301 ArrayRef<SMLoc> Loc; local
303 Loc = TheDef->getLoc();
304 throw TGError(Loc, "Register " + getName() +
313 ArrayRef<SMLoc> Loc; local
315 Loc = TheDef->getLoc();
316 throw TGError(Loc, "Sub-register can't have two names: " +
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp698 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
702 const Location &Loc);
756 ObjCARCAliasAnalysis::pointsToConstantMemory(const Location &Loc, argument
759 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
763 const Value *S = StripPointerCastsAndObjCCalls(Loc.Ptr);
764 if (AliasAnalysis::pointsToConstantMemory(Location(S, Loc.Size, Loc.TBAATag),
801 ObjCARCAliasAnalysis::getModRefInfo(ImmutableCallSite CS, const Location &Loc) { argument
803 return AliasAnalysis::getModRefInfo(CS, Loc);
822 return AliasAnalysis::getModRefInfo(CS, Loc);
3925 AliasAnalysis::Location Loc = AA->getLocation(Load); local
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h87 void generateNode(const ProgramPoint &Loc,
133 void dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc,
H A DSymbolManager.h575 const Stmt *Loc; member in class:clang::ento::SymbolReaper
588 : LCtx(ctx->getCurrentStackFrame()), Loc(s), SymMgr(symmgr),
H A DCallEvent.h216 SourceLocation Loc = D->getLocation();
217 if (Loc.isValid()) {
275 typedef std::pair<Loc, SVal> FrameBindingTy;
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp424 void SaveSourceLocation(SourceLocation Loc, char *&Buffer, argument
426 unsigned Raw = Loc.getRawEncoding();
/external/clang/lib/Analysis/
H A DLiveVariables.cpp191 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { argument
192 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp710 if (!isa<Loc>(ElementVar))
714 SVal Val = State->getSVal(cast<Loc>(ElementVar));
H A DGenericTaintChecker.cpp439 Loc *AddrLoc = dyn_cast<Loc>(&AddrVal);
H A DIdempotentOperationChecker.cpp175 if (!isa<Loc>(LHSVal)) {
179 LHSVal = state->getSVal(cast<Loc>(LHSVal), LHS->getType());
H A DMallocChecker.cpp549 if (!isa<Loc>(RetVal))
581 if (!isa<Loc>(retVal))
637 if (!isa<Loc>(location))
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2052 Asm->OutStreamer.AddComment("Loc expr size");
2073 Asm->EmitDwarfRegOp(Entry.Loc);
2079 if (Entry.Loc.getOffset()) {
2081 Asm->EmitDwarfRegOp(Entry.Loc);
2090 MachineLocation Loc(Entry.Loc.getReg(), DV.getAddrElement(1));
2091 Asm->EmitDwarfRegOp(Loc);
2095 Asm->EmitDwarfRegOp(Entry.Loc);
2105 if (!Entry.Loc.isReg())
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp773 llvm::Constant *CodeGenModule::EmitAnnotationUnit(SourceLocation Loc) { argument
775 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
778 return EmitAnnotationString(SM.getBufferName(Loc));
2126 SourceLocation Loc; local
2128 return CXXRecordDecl::Create(Ctx, TK, DC, Loc, Loc, Id);
2130 return RecordDecl::Create(Ctx, TK, DC, Loc, Loc, Id);
H A DCGExprAgg.cpp1235 llvm::Value *Loc = Slot.getAddr(); local
1237 Loc = CGF.Builder.CreateBitCast(Loc, CGF.Int8PtrTy);
1238 CGF.Builder.CreateMemSet(Loc, CGF.Builder.getInt8(0), SizeVal,
/external/clang/lib/Lex/
H A DTokenLexer.cpp567 SourceLocation Loc = local
572 PP.Diag(Loc,
H A DModuleMap.cpp414 Module *ModuleMap::inferModuleFromLocation(FullSourceLoc Loc) { argument
415 if (Loc.isInvalid())
419 FullSourceLoc ExpansionLoc = Loc.getExpansionLoc();
424 const SourceManager &SrcMgr = Loc.getManager();
H A DPPExpressions.cpp345 SourceLocation Loc = PeekTok.getLocation(); local
348 Result.setBegin(Loc);
358 PP.Diag(Loc, diag::warn_pp_expr_overflow) << Result.getRange();
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp462 AliasAnalysis::Location Loc = AA.getLocation(Load); local
463 if (AA.canInstructionRangeModify(BB->front(), *Load, Loc))
474 if (AA.canBasicBlockModify(**I, Loc))
/external/clang/lib/Parse/
H A DParseTentative.cpp507 SourceLocation Loc; local
508 if (!TryParseCXX11AttributeIdentifier(Loc)) {
514 if (!TryParseCXX11AttributeIdentifier(Loc)) {
H A DParseObjc.cpp2416 SourceLocation Loc; local
2417 IdentifierInfo *selIdent = ParseObjCSelectorPiece(Loc);
2427 KeyLocs.push_back(Loc);
2496 selIdent = ParseObjCSelectorPiece(Loc);
2548 KeyLocs.push_back(Loc);
2846 SourceLocation Loc; local
2847 SelIdent = ParseObjCSelectorPiece(Loc);
/external/clang/include/clang/AST/
H A DDeclCXX.h708 SourceLocation Loc, bool DependentLambda);
2581 UsingShadowDecl(DeclContext *DC, SourceLocation Loc, UsingDecl *Using, argument
2583 : NamedDecl(UsingShadow, DC, Loc, DeclarationName()),
2595 SourceLocation Loc, UsingDecl *Using,
2597 return new (C) UsingShadowDecl(DC, Loc, Using, Target);
2594 Create(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) argument

Completed in 446 milliseconds

<<11121314