/frameworks/compile/slang/ |
slang_rs_export_var.cpp | 77 ReportVarError(Context, VD->getLocation(), 98 ReportVarError(Context, VD->getLocation(),
|
slang_diagnostic_buffer.cpp | 44 clang::SourceLocation const &SrcLoc = Info.getLocation();
|
/external/clang/lib/Sema/ |
SemaTemplate.cpp | 350 Diag(Template->getLocation(), diag::note_previous_decl) 398 Diag(Found.getRepresentativeDecl()->getLocation(), 401 Diag(FoundOuter.getFoundDecl()->getLocation(), 473 Diag(PrevDecl->getLocation(), diag::note_template_param_here); 507 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation()); 526 Arg.getLocation(), 784 Diag(Param->getLocation(), diag::err_template_template_parm_no_parms) 808 Diag(DefaultArg.getLocation(), diag::err_template_arg_not_class_template) [all...] |
Sema.cpp | 379 return SM.isBeforeInTranslationUnit(l.first->getLocation(), 380 r.first->getLocation()); 436 S.Diag(ND->getLocation(), diag::warn_undefined_internal) 441 S.Diag(ND->getLocation(), diag::warn_undefined_inline) << ND; 567 MarkVTableUsed(Definition->getLocation(), *I, true); 610 Diag(I->second.getLocation(), diag::warn_weak_identifier_undeclared) 681 Diag(VD->getLocation(), diag::warn_tentative_incomplete_array); 686 } else if (RequireCompleteType(VD->getLocation(), VD->getType(), 716 Diag(DiagD->getLocation(), diag::warn_unneeded_member_function) 722 SourceMgr.getExpansionLoc(FD->getLocation()))) [all...] |
/external/chromium_org/content/renderer/pepper/ |
ppb_widget_impl.cc | 52 PP_Bool PPB_Widget_Impl::GetLocation(PP_Rect* location) {
|
/external/clang/lib/Rewrite/Frontend/ |
FixItRewriter.cpp | 168 Diag(Info.getLocation(), diag::note_fixit_in_macro); 173 Diag(Info.getLocation(), diag::note_fixit_unfixed_error); 180 Diag(Info.getLocation(), diag::note_fixit_failed); 184 Diag(Info.getLocation(), diag::note_fixit_applied);
|
/external/clang/unittests/AST/ |
MatchVerifier.h | 131 /// by overriding getLocation(). 142 SourceLocation Loc = getLocation(Node); 156 virtual SourceLocation getLocation(const NodeType &Node) { 157 return Node.getLocation();
|
/external/mockito/src/org/mockito/internal/debugging/ |
VerboseMockInvocationLogger.java | 66 printlnIndented("invoked: " + invocation.getLocation().toString());
|
/external/mockito/src/org/mockito/internal/verification/checkers/ |
MissingInvocationInOrderChecker.java | 57 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldHttpRetryExceptionTest.java | 49 assertEquals(locations[i], hre.getLocation());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateTestWizard.java | 58 File file = mSelectionPage.getLocation();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkHelper.java | 62 project.getLocation().toOSString(), 66 launcher.execute(getPathToMake(), args, null, project.getLocation(), monitor); 109 project.getLocation().toOSString(), 114 launcher.execute(getPathToMake(), args, null, project.getLocation(), monitor);
|
/external/clang/lib/Frontend/ |
LogDiagnosticPrinter.cpp | 151 if (Info.getLocation().isValid() && Info.hasSourceManager()) { 153 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); 157 FileID FID = SM.getFileID(Info.getLocation());
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
AnalyzerStatsChecker.cpp | 50 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); 57 const ProgramPoint &P = I->getLocation(); 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
|
/external/llvm/lib/Analysis/ |
MemDepPrinter.cpp | 130 AliasAnalysis::Location Loc = AA.getLocation(LI); 139 AliasAnalysis::Location Loc = AA.getLocation(SI); 142 AliasAnalysis::Location Loc = AA.getLocation(VI);
|
AliasAnalysis.cpp | 227 AliasAnalysis::Location AliasAnalysis::getLocation(const LoadInst *LI) { 233 AliasAnalysis::Location AliasAnalysis::getLocation(const StoreInst *SI) { 239 AliasAnalysis::Location AliasAnalysis::getLocation(const VAArgInst *VI) { 246 AliasAnalysis::getLocation(const AtomicCmpXchgInst *CXI) { 253 AliasAnalysis::getLocation(const AtomicRMWInst *RMWI) { 295 if (!alias(getLocation(L), Loc)) 310 if (!alias(getLocation(S), Loc)) 326 if (!alias(getLocation(V), Loc)) 345 if (!alias(getLocation(CX), Loc)) 358 if (!alias(getLocation(RMW), Loc) [all...] |
/external/clang/lib/AST/ |
ASTImporter.cpp | [all...] |
/external/clang/tools/libclang/ |
IndexDecl.cpp | 248 IndexCtx.handleSynthesizedObjCMethod(MD, D->getLocation(), 254 IndexCtx.handleSynthesizedObjCMethod(MD, D->getLocation(), 273 IndexCtx.handleReference((*I)->getUnderlyingDecl(), D->getLocation(), 285 D->getLocation(), D, D->getLexicalDeclContext()); 351 if (isNotFromSourceFile(D->getLocation()))
|
/external/clang/unittests/Tooling/ |
RecursiveASTVisitorTest.cpp | 27 Match(Reference->getNameInfo().getAsString(), Reference->getLocation()); 59 Match(OS.str(), Decl->getLocation()); 117 Match(Stream.str(), ArgLoc.getLocation()); 128 Match("true", BE->getLocation()); 130 Match("false", BE->getLocation()); 399 Match(Class->getName(), Ctor->getLocation()); 437 Match(Class->getName(), Expr->getLocation());
|
/external/clang/lib/StaticAnalyzer/Core/ |
PathDiagnostic.cpp | 160 const SourceManager &SMgr = LastP->getLocation().getManager(); 181 Loc = CP->getLocation(); 214 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager(); 225 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc(); 324 FullSourceLoc XL = X.getLocation().asLocation(); 325 FullSourceLoc YL = Y.getLocation().asLocation(); 380 FullSourceLoc XL = X.getLocation().asLocation(); 381 FullSourceLoc YL = Y.getLocation().asLocation(); 399 SourceLocation XDL = XD->getLocation(); 400 SourceLocation YDL = YD->getLocation(); [all...] |
/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 165 return tok.getLocation(); 431 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); 435 AttrLoc = tok.getLocation(); 453 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), 454 AfterTok.getLocation())); 456 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation())); 458 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc)); 500 Pass.TA.insert(tok.getLocation(), std::string("(") + attr.str() + ") "); 506 Pass.TA.insert(tok.getLocation(), attr); 512 Pass.TA.insert(tok.getLocation(), std::string(attr) + ", ") [all...] |
/external/clang/lib/Parse/ |
Parser.cpp | 123 return Diag(Tok.getLocation(), DiagID); 170 SourceLocation Loc = Tok.getLocation(); 207 << FixItHint::CreateRemoval(Tok.getLocation()); 220 SourceLocation StartLoc = Tok.getLocation(); 221 SourceLocation EndLoc = Tok.getLocation(); 226 EndLoc = Tok.getLocation(); 382 Actions.ActOnPopScope(Tok.getLocation(), getCurScope()); 666 Tok.getLocation()); 685 SourceLocation StartLoc = Tok.getLocation(); [all...] |
ParseDeclCXX.cpp | 156 << FixItHint::CreateInsertion(rBraceToken.getLocation(), RBraces); 261 DeclEnd = Tok.getLocation(); 296 Tok.is(tok::l_brace) ? Tok.getLocation() 426 DeclEnd = Tok.getLocation(); 521 Diag(Tok.getLocation(), getLangOpts().CPlusPlus11 ? 575 DeclEnd = Tok.getLocation(); 670 DeclEnd = Tok.getLocation(); 689 SourceLocation StartLoc = Tok.getLocation(); 710 return T.getOpenLocation() == Tok.getLocation() ? 719 Diag(Tok.getLocation(), [all...] |
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 58 SavedLoc = DI->getLocation(); 74 SavedLoc = DI->getLocation(); 607 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation()); 608 unsigned Line = getLineNumber(RD->getLocation()); 766 unsigned Line = getLineNumber(Ty->getDecl()->getLocation()); 846 llvm::DIFile VUnit = getOrCreateFile(C.getLocation()); 855 C.getLocation(), Field->getAccess(), 865 llvm::DIFile VUnit = getOrCreateFile(f->getLocation()); 868 = createFieldType("this", type, 0, f->getLocation(), f->getAccess(), [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AidlProcessor.java | 117 if (f.exists()) { // if the resource doesn't exist, getLocation will return null. 118 commandList.add(quote("-I" + f.getLocation().toOSString())); //$NON-NLS-1$ 167 IPath sourcePath = sourceFile.getLocation(); 186 commands[index + 1] = quote(data.getOutput().getLocation().toOSString()); 204 op.copyFile(sourceFile.getLocation().toFile(), 205 aidlOutFile.getLocation().toFile());
|