HomeSort by relevance Sort by last modified time
    Searched refs:getLocation (Results 126 - 150 of 467) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/lib/Parse/
ParseDecl.cpp 159 Eof.setLocation(Tok.getLocation());
172 SourceLocation Loc = Tok.getLocation();
308 SourceLocation RParen = Tok.getLocation();
522 SourceLocation Loc = Tok.getLocation();
578 Range = Tok.getLocation();
927 SourceLocation OrigLoc = Tok.getLocation();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 148 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager();
159 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
258 FullSourceLoc XL = X.getLocation().asLocation();
259 FullSourceLoc YL = Y.getLocation().asLocation();
309 FullSourceLoc XL = X.getLocation().asLocation();
310 FullSourceLoc YL = Y.getLocation().asLocation();
328 SourceLocation XDL = XD->getLocation();
329 SourceLocation YDL = YD->getLocation();
592 return PathDiagnosticLocation(PIE->getLocation(), SMng);
617 ProgramPoint P = NI->getLocation();
    [all...]
ExplodedGraph.cpp 111 ProgramPoint progPoint = node->getLocation();
151 const ProgramPoint SuccLoc = succ->getLocation();
400 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(), 0);
BugReporter.cpp 80 if (const Stmt *S = GetStmt(N->getLocation()))
88 if (const Stmt *S = GetStmt(N->getLocation())) {
112 if (const Stmt *S = GetStmt(N->getLocation()))
120 if (const Stmt *S = GetStmt(N->getLocation()))
138 if (X->getLocation() != Y->getLocation())
218 piece->getLocation().asLocation().isInvalid())
271 assert((*I)->getLocation().asLocation().isValid());
583 ProgramPoint P = N->getLocation();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 658 .getLocation().toFile());
    [all...]
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 378 unsigned TokOffs = SM.getFileOffset(Tok.getLocation());
426 TokEnd = SM.getFileOffset(Tok.getLocation())+Tok.getLength();
515 if (!Tok.getLocation().isMacroID()) {
524 SM.getExpansionRange(Tok.getLocation());
547 SM.getExpansionLoc(Tok.getLocation()) == LLoc.first) {
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 142 /// getLocation - Fill in Loc with information about the memory reference by
144 Location getLocation(const LoadInst *LI);
145 Location getLocation(const StoreInst *SI);
146 Location getLocation(const VAArgInst *VI);
147 Location getLocation(const AtomicCmpXchgInst *CXI);
148 Location getLocation(const AtomicRMWInst *RMWI);
  /external/mockito/src/org/mockito/exceptions/
Reporter.java 285 description.add(matcher.getLocation().toString());
319 .append(i.getLocation())
346 previous.getLocation(),
423 undesired.getLocation(),
433 undesired.getLocation(),
    [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());
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 566 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation());
567 unsigned Line = getLineNumber(RD->getLocation());
744 unsigned Line = getLineNumber(Ty->getDecl()->getLocation());
824 llvm::DIFile VUnit = getOrCreateFile(C.getLocation());
833 C.getLocation(), Field->getAccess(),
843 llvm::DIFile VUnit = getOrCreateFile(f->getLocation());
846 = createFieldType("this", type, 0, f->getLocation(), f->getAccess(),
861 llvm::DIFile VUnit = getOrCreateFile(Var->getLocation())
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 534 << SourceRange(LSI->getCXXThisCapture().getLocation())
614 Diag(Var->getLocation(), diag::note_previous_decl) << C->Id;
624 << SourceRange(LSI->getCapture(Var).getLocation())
680 ActOnFields(0, Class->getLocation(), Class, Fields,
749 From->getLocation(),
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 360 virtual PathDiagnosticLocation getLocation() const = 0;
411 PathDiagnosticLocation getLocation() const { return Pos; }
551 virtual PathDiagnosticLocation getLocation() const {
613 virtual PathDiagnosticLocation getLocation() const {
714 Loc = EndPiece->getLocation();
742 PathDiagnosticLocation getLocation() const {
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java 113 mImageURL = photoView.getLocation();
  /external/clang/include/clang/Sema/
ParsedTemplate.h 88 SourceLocation getLocation() const { return Loc; }
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 264 return checkRef(E->getLocation(), E->getDecl()->getLocation());
268 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation());
272 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation());
TransBlockObjCVariable.cpp 144 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()),
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 373 if (Id.getLocation().isMacroID())
388 addMacroExpansion(MacroNameTok, MD->getInfo(), MacroNameTok.getLocation());
395 addMacroExpansion(MacroNameTok, MD->getInfo(), MacroNameTok.getLocation());
402 addMacroExpansion(MacroNameTok, MD->getInfo(), MacroNameTok.getLocation());
  /external/clang/unittests/Tooling/
RewriterTestContext.h 88 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
CameraControl.java 120 Vector3f vecDiff = vars.vect1.set(camera.getLocation()).subtractLocal(spatial.getWorldTranslation());
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 190 ray.setOrigin(sceneCam.getLocation());
194 refractionCam.setLocation(sceneCam.getLocation());
210 Vector3f loc = plane.reflect(sceneCam.getLocation(), new Vector3f());
219 vect1.set(sceneCam.getLocation()).addLocal(sceneCam.getUp());
  /external/mockito/src/org/mockito/internal/invocation/
InvocationImpl.java 96 public Location getLocation() {
  /external/mockito/src/org/mockito/internal/progress/
MockingProgressImpl.java 85 Location location = verificationMode.getLocation();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 106 mPath = project.getProject().getLocation().toOSString();
454 File projectFile = mProject.getLocation().toFile();
457 File libraryFile = libraryProject.getProject().getLocation().toFile();
522 File projectFile = mProject.getLocation().toFile();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java 92 return mFile.getLocation().toOSString();
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
FlyByCamera.java 294 Vector3f pos = cam.getLocation().clone();
306 Vector3f pos = cam.getLocation().clone();

Completed in 658 milliseconds

1 2 3 4 56 7 8 91011>>