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

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/Parse/
ParseDeclCXX.cpp 155 << FixItHint::CreateInsertion(rBraceToken.getLocation(), RBraces);
260 DeclEnd = Tok.getLocation();
295 Tok.is(tok::l_brace) ? Tok.getLocation()
425 DeclEnd = Tok.getLocation();
504 Diag(Tok.getLocation(), getLangOpts().CPlusPlus11 ?
558 DeclEnd = Tok.getLocation();
652 DeclEnd = Tok.getLocation();
671 SourceLocation StartLoc = Tok.getLocation();
692 return T.getOpenLocation() == Tok.getLocation() ?
715 EndLoc = Tok.getLocation();
    [all...]
Parser.cpp 111 return Diag(Tok.getLocation(), DiagID);
158 SourceLocation Loc = Tok.getLocation();
195 << FixItHint::CreateRemoval(Tok.getLocation());
208 SourceLocation StartLoc = Tok.getLocation();
209 SourceLocation EndLoc = Tok.getLocation();
214 EndLoc = Tok.getLocation();
360 Actions.ActOnPopScope(Tok.getLocation(), getCurScope());
631 Tok.getLocation());
650 SourceLocation StartLoc = Tok.getLocation();
    [all...]
ParseExprCXX.cpp 41 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation());
43 return FirstEnd == SM.getSpellingLoc(Second.getLocation());
55 Range.setBegin(DigraphToken.getLocation());
56 Range.setEnd(ColonToken.getLocation());
57 P.Diag(DigraphToken.getLocation(), diag::err_missing_whitespace_digraph)
63 ColonToken.setLocation(ColonToken.getLocation().getLocWithOffset(-1));
88 TemplateName.setIdentifier(&II, Tok.getLocation());
216 SourceLocation DeclLoc = Tok.getLocation();
252 SS.setEndLoc(Tok.getLocation());
276 TemplateName.setIdentifier(Tok.getIdentifierInfo(), Tok.getLocation());
    [all...]
ParseObjc.cpp 102 ClassLocs.push_back(Tok.getLocation());
395 ParseObjCMethodDecl(Tok.getLocation(),
441 AtEnd.setEnd(Tok.getLocation());
490 LParenLoc = Tok.getLocation();
515 << FixItHint::CreateInsertion(Tok.getLocation(), "\n@end\n");
518 AtEnd.setBegin(Tok.getLocation());
519 AtEnd.setEnd(Tok.getLocation());
887 SourceLocation TypeStartLoc = Tok.getLocation();
899 declSpec.SetRangeEnd(Tok.getLocation());
920 Ty = Actions.ActOnObjCInstanceType(Tok.getLocation());
    [all...]
ParseStmt.cpp 173 SourceLocation DeclStart = Tok.getLocation(), DeclEnd;
330 << FixItHint::CreateInsertion(OldToken.getLocation(), "case ");
473 IdentTok.getLocation());
479 return Actions.ActOnLabelStmt(IdentTok.getLocation(), LD, ColonLoc,
757 Tok.getLocation(),
801 StmtResult R = Actions.ActOnDeclStmt(Res, LabelLoc, Tok.getLocation());
841 SourceLocation DeclStart = Tok.getLocation(), DeclEnd;
867 SourceLocation CloseLoc = Tok.getLocation();
928 << FixItHint::CreateRemoval(Tok.getLocation());
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 307 SemaRef.Diag(Field->getLocation(),
    [all...]
SemaAttr.cpp 270 LookupResult Lookup(*this, Name, IdTok.getLocation(), LookupOrdinaryName);
275 << Name << SourceRange(IdTok.getLocation());
282 << Name << SourceRange(IdTok.getLocation());
290 VD->addAttr(::new (Context) UnusedAttr(IdTok.getLocation(), Context));
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 234 I->IvarD->getLocation());
256 Pass.TA.insert(I->IvarD->getLocation(), toWhich);
263 I->IvarD->getLocation());
281 Pass.TA.insert(I->IvarD->getLocation(),
288 I->IvarD->getLocation());
291 I->ImplD->getLocation());
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 337 MoveToLine(MacroNameTok.getLocation());
441 if (!MoveToLine(Tok.getLocation()))
446 unsigned ColNo = SM.getExpansionColumnNumber(Tok.getLocation());
499 Callbacks->MoveToLine(PragmaTok.getLocation());
528 Callbacks->MoveToLine(Tok.getLocation());
547 SourceLocation StartLoc = Tok.getLocation();
654 if (Tok.is(tok::eof) || !Tok.getLocation().isFileID())
657 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 117 if (U.getNode()->getLocation().getAs<BlockEntrance>())
222 dispatchWorkItem(Node, Node->getLocation(), WU);
258 dispatchWorkItem(Pred, PNode->getLocation(), WU);
498 if (N->getLocation().getAs<CallEnter>()) {
506 if (N->getLocation().getAs<PostInitializer>() ||
507 N->getLocation().getAs<PostImplicitCall>()) {
512 if (N->getLocation().getAs<EpsilonPoint>()) {
521 if (Loc == N->getLocation()) {
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainLodControl.java 126 cameraLocations.add(c.getLocation());
158 cameraLocations.add(c.getLocation());
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCcd.java 133 bulletg.setLocalTranslation(cam.getLocation());
144 bulletg.setLocalTranslation(cam.getLocation());
  /external/mockito/src/org/mockito/internal/invocation/
InvocationMatcher.java 116 public Location getLocation() {
117 return invocation.getLocation();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 195 command[index++] = quote(genFolder.getLocation().toOSString());
197 command[index++] = quote(rawFolder.getLocation().toOSString());
235 IPath sourcePath = sourceFile.getLocation();
239 command[depIndex] = quote(getDependencyFolder(sourceFile).getLocation().toOSString());
353 String rootPath = project.getLocation().toOSString();
422 depFile.getLocation().toFile().delete();
439 File f = depFile.getLocation().toFile();
525 String rootPath = project.getLocation().toOSString();
BuildHelper.java 177 resPaths.add(resFolder.getLocation().toOSString());
181 String cachePath = cacheFolder.getLocation().toOSString();
240 IPath resLocation = resFolder.getLocation();
241 IPath manifestLocation = manifestFile.getLocation();
268 osAssetsPath = assetsFolder.getLocation().toOSString();
292 File testFile = new File(folder.getLocation().toOSString());
452 apkBuilder.addNativeLibraries(libFolder.getLocation().toFile());
461 apkBuilder.addNativeLibraries(libFolder.getLocation().toFile());
717 File binFile = binFolder.getLocation().toFile();
    [all...]
  /external/clang/include/clang/AST/
Attr.h 88 SourceLocation getLocation() const { return Range.getBegin(); }
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 225 SM.getFileOffset(StartToken.getLocation()), EOL, Line);
232 SM.getFileOffset(DirectiveToken.getLocation()) + DirectiveToken.getLength(),
293 HashToken.getLocation())) {
315 FileType = SM.getFileCharacteristic(RawToken.getLocation());
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp 90 ProgramPoint P = PrevN->getLocation();
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 98 task.setLocation (getLocation ());
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
DebugKeysAppState.java 105 Vector3f loc = cam.getLocation();
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAudio.java 80 listener.setLocation(cam.getLocation());
  /external/jmonkeyengine/engine/src/test/jme3test/scene/
TestSceneLoading.java 62 sphere.setLocalTranslation(cam.getLocation());
  /external/mockito/src/org/mockito/internal/verification/checkers/
MissingInvocationInOrderChecker.java 57 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());
  /frameworks/base/core/java/android/webkit/
CacheManager.java 159 public String 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);

Completed in 522 milliseconds

1 2 3 45 6 7 8 91011>>