Searched refs:getLocation (Results 176 - 200 of 329) sorted by relevance

1234567891011>>

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp525 while (!N->getLocation().getAs<BlockEntrance>()) {
526 ProgramPoint P = N->getLocation();
534 BlockEdge BE = N->getLocation().castAs<BlockEdge>();
649 ProgramPoint PP = N->getLocation();
H A DExprEngineCallAndReturn.cpp75 Node->getLocation().getLocationContext()->getCurrentStackFrame();
80 const ProgramPoint &PP = Node->getLocation();
760 if (Ctx.getSourceManager().isInSystemHeader(FD->getLocation()))
767 if (!Ctx.getSourceManager().isInMainFile(FD->getLocation()))
H A DExprEngine.cpp315 if (Pred->getLocation().getAs<BlockEntrance>())
1226 ProgramPoint L = N->getLocation();
1293 const LocationContext *CalleeLC = Pred->getLocation().getLocationContext();
1296 (*G.roots_begin())->getLocation().getLocationContext();
2218 ProgramPoint P = Pred->getLocation();
2333 ProgramPoint Loc = N->getLocation();
2382 printLocation(Out, PC.getLocation());
2392 printLocation(Out, PC.getLocation());
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h281 void getLocation(StringRef *Filename, unsigned *Line, unsigned *Column) const;
/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp168 AliasAnalysis::Location Loc = AA->getLocation(L);
/external/clang/include/clang/AST/
H A DDeclObjC.h291 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); }
294 return SourceRange(getLocation(), getLocEnd());
783 return SourceRange(getAtStartLoc(), getLocation());
1320 return getLocation();
1660 return SourceRange(getAtStartLoc(), getLocation());
2337 return SourceRange(AtLoc, getLocation());
2440 return IvarLoc.isValid() && IvarLoc != getLocation();
H A DExprCXX.h445 SourceLocation getLocation() const { return Loc; } function in class:clang::CXXBoolLiteralExpr
473 SourceLocation getLocation() const { return Loc; } function in class:clang::CXXNullPtrLiteralExpr
779 SourceLocation getLocation() const { return Loc; } function in class:clang::CXXThisExpr
1124 SourceLocation getLocation() const { return Loc; } function in class:clang::CXXConstructExpr
1870 SourceLocation getLocation() const { return Location; }
2007 return DestroyedType.getLocation();
2615 SourceLocation getLocation() const { return NameInfo.getLoc(); }
2693 /// and differs from getLocation().getStart().
2700 return getLocation();
H A DDeclBase.h356 return SourceRange(getLocation(), getLocation());
365 SourceLocation getLocation() const { return Loc; } function in class:clang::Decl
/external/clang/include/clang/Parse/
H A DParser.h299 PrevTokLocation = Tok.getLocation();
309 PrevTokLocation = Tok.getLocation();
378 PrevTokLocation = Tok.getLocation();
392 PrevTokLocation = Tok.getLocation();
406 PrevTokLocation = Tok.getLocation();
418 PrevTokLocation = Tok.getLocation();
430 PrevTokLocation = Tok.getLocation();
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp415 D.FuncLoc = Func->getLocation();
614 S.Diag(VD->getLocation(), diag::note_block_var_fixit_add_initialization)
616 << FixItHint::CreateInsertion(VD->getLocation(), "__block ");
682 S.Diag(VD->getLocation(), diag::warn_sometimes_uninit_var)
866 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange();
1771 S.SourceMgr.isInSystemHeader(D->getLocation()))
1897 SourceLocation FL = AC.getDecl()->getLocation();
H A DSemaExpr.cpp147 Diag(Decl->getLocation(), diag::note_implicitly_deleted);
161 Diag(Decl->getLocation(), diag::note_inherited_deleted_here);
167 Diag(BaseCD->getLocation(), diag::note_cannot_inherit);
173 Diag(Decl->getLocation(), diag::note_availability_specified_here)
235 S.Diag(D->getCanonicalDecl()->getLocation(), diag::note_entity_declared_at)
390 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType);
421 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType);
527 S.Diag(OIRE->getLocation(), diag::warn_objc_isa_assign);
540 S.Diag(OIRE->getLocation(), diag::warn_objc_isa_use);
542 S.Diag(IV->getLocation(), dia
[all...]
H A DSemaType.cpp2295 SemaRef.Diag(OwnedTagDecl->getLocation(),
2307 SemaRef.Diag(OwnedTagDecl->getLocation(),
2319 SemaRef.Diag(OwnedTagDecl->getLocation(),
2328 SemaRef.Diag(OwnedTagDecl->getLocation(),
2837 S.Diag(Tag->getLocation(), diag::err_type_defined_in_result_type)
2939 S.Diag(Param->getLocation(),
2945 S.Diag(Param->getLocation(),
4158 S.Diag(ObjT->getInterfaceDecl()->getLocation(),
5217 Diag(SuggestedDef->getLocation(), diag::note_previous_definition);
5315 Diag(Tag->getDecl()->getLocation(),
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1782 PathDiagnosticLocation getLocation(const SourceManager &SM) const override {
1837 if (!N->getLocation().getAs<StmtPoint>())
1859 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
1949 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
2000 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
2108 const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
2183 if (Optional<CallEnter> CEP = N->getLocation().getAs<CallEnter>()) {
2202 const ProgramPoint AllocPP = AllocationNode->getLocation();
2346 ProgramPoint P = AllocNode->getLocation();
2837 CallExitEnd PP = N->getLocation()
[all...]
H A DMacOSKeychainAPIChecker.cpp529 ProgramPoint P = AllocNode->getLocation();
607 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt());
H A DTestAfterDivZeroChecker.cpp124 ProgramPoint P = Succ->getLocation();
/external/clang/lib/Frontend/
H A DASTUnit.cpp1001 return StoredDiag.getLocation().isValid();
1022 if (StoredDiagnostics[I].getLocation().isValid()) {
1023 FullSourceLoc Loc(StoredDiagnostics[I].getLocation(), SM);
1321 if (InDiag.getLocation().isInvalid())
1323 const SourceManager &SM = InDiag.getLocation().getManager();
1324 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation());
2599 SourceLocation Loc = D->getLocation();
2675 SourceLocation ASTUnit::getLocation(const FileEntry *File, function in class:ASTUnit
2682 SourceLocation ASTUnit::getLocation(const FileEntry *File, function in class:ASTUnit
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp315 Writer.AddSourceLocation(I.getLocation(), Record);
334 Writer.AddSourceLocation(E->getLocation(), Record);
371 Writer.AddSourceLocation(E->getLocation(), Record);
378 Writer.AddSourceLocation(E->getLocation(), Record);
393 Writer.AddSourceLocation(E->getLocation(), Record);
422 Writer.AddSourceLocation(E->getLocation(), Record);
931 Writer.AddSourceLocation(E->getLocation(), Record);
949 Writer.AddSourceLocation(E->getLocation(), Record);
1080 Writer.AddSourceLocation(E->getLocation(), Record);
1149 Writer.AddSourceLocation(E->getLocation(), Recor
[all...]
/external/clang/include/clang/Frontend/
H A DASTUnit.h590 /// The difference with SourceManager::getLocation is that this method checks
593 SourceLocation getLocation(const FileEntry *File,
597 SourceLocation getLocation(const FileEntry *File, unsigned Offset) const;
/external/clang/lib/Analysis/
H A DThreadSafety.cpp516 SelfDecl->getLocation());
910 SourceLocation getLocation(CFGBlockSide Side) const { function in struct:CFGBlockInfo
2086 SourceLocation MLoc = VD->getLocation();
2087 DeclRefExpr DRE(VD, false, VD->getType(), VK_LValue, VD->getLocation());
2398 SourceLocation Loc = D->getLocation();
2400 Loc = Attr->getLocation();
2606 LockData(D->getLocation(), LK_Exclusive));
2609 LockData(D->getLocation(), LK_Shared));
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp222 CGM.Error(D.getLocation(),
431 FunctionArgList(), D->getLocation(),
H A DCodeGenAction.cpp410 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()),
428 D.getLocation(&Filename, &Line, &Column);
H A DCodeGenFunction.cpp791 SourceLocation Loc = FD->getLocation();
797 Loc = SpecDecl->getLocation();
848 EmitCheckSourceLocation(FD->getLocation()),
1615 I->getAnnotation(), D->getLocation());
1631 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java408 m_task.getLocation ()).fillInStackTrace ());
/external/clang/include/clang/Lex/
H A DPreprocessor.h896 return CachedTokens[CachedLexPos-1].getLocation();
1012 return Diags->Report(Tok.getLocation(), DiagID);
1087 return *SourceMgr.getCharacterData(Tok.getLocation(), Invalid);

Completed in 910 milliseconds

1234567891011>>