HomeSort by relevance Sort by last modified time
    Searched full:getlocation (Results 101 - 125 of 589) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/Parse/
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());
233 SourceLocation DeclLoc = Tok.getLocation();
269 SS.setEndLoc(Tok.getLocation());
293 TemplateName.setIdentifier(Tok.getIdentifierInfo(), Tok.getLocation());
    [all...]
ParseAST.cpp 51 if (Tok.getLocation().isInvalid()) {
57 Tok.getLocation().print(OS, PP.getSourceManager());
66 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid);
ParseObjc.cpp 115 ClassLocs.push_back(Tok.getLocation());
411 ParseObjCMethodDecl(Tok.getLocation(),
457 AtEnd.setEnd(Tok.getLocation());
506 LParenLoc = Tok.getLocation();
531 << FixItHint::CreateInsertion(Tok.getLocation(), "\n@end\n");
534 AtEnd.setBegin(Tok.getLocation());
535 AtEnd.setEnd(Tok.getLocation());
900 SourceLocation TypeStartLoc = Tok.getLocation();
912 declSpec.SetRangeEnd(Tok.getLocation());
933 Ty = Actions.ActOnObjCInstanceType(Tok.getLocation());
    [all...]
  /art/runtime/
dex_file.cc 300 CHECK(header_->magic_ != NULL) << GetLocation();
302 LOG(ERROR) << "Unrecognized magic number in " << GetLocation() << ":"
310 LOG(ERROR) << "Unrecognized version number in " << GetLocation() << ":"
624 DCHECK(code_item != NULL) << PrettyMethod(method) << " " << GetLocation();
691 << " >= " << code_item->registers_size_ << ") in " << GetLocation();
716 LOG(ERROR) << "invalid stream - problem with parameter iterator in " << GetLocation();
744 << code_item->registers_size_ << ") in " << GetLocation();
772 << code_item->registers_size_ << ") in " << GetLocation();
786 << code_item->registers_size_ << ") in " << GetLocation();
792 LOG(ERROR) << "invalid stream - no name or descriptor in " << GetLocation();
    [all...]
  /external/clang/include/clang/AST/
CommentBriefParser.h 39 SourceLocation Loc = Tok.getLocation();
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 68 "receives in ARC", DRE->getLocation(),
  /external/clang/lib/Lex/
PreprocessorLexer.cpp 48 PP->Diag(FilenameTok.getLocation(), diag::err_pp_expects_filename);
PPCaching.cpp 107 if (AnnotBegin->getLocation() == Tok.getLocation()) {
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 249 SM.getFileOffset(StartToken.getLocation()), EOL, Line);
256 SM.getFileOffset(DirectiveToken.getLocation()) + DirectiveToken.getLength(),
331 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename);
387 HashToken.getLocation())) {
413 FileType = SM.getFileCharacteristic(RawToken.getLocation());
437 SourceLocation Loc = RawToken.getLocation();
462 SM.getFileOffset(RawToken.getLocation()) +
470 SM.getFileOffset(RawToken.getLocation()) +
490 SM.getFileOffset(RawToken.getLocation()) + RawToken.getLength(),
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
Listener.java 73 public Vector3f getLocation() {
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
OpaqueComparator.java 57 Vector3f camPosition = cam.getLocation();
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
ShaderVariable.java 71 public int getLocation(){
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAudio.java 80 listener.setLocation(cam.getLocation());
  /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();
  /external/mockito/src/org/mockito/invocation/
Invocation.java 37 Location getLocation();
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 48 Location loc = entry.getLocation();
  /libcore/luni/src/main/java/java/net/
HttpRetryException.java 70 public String getLocation() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 194 command[index++] = genFolder.getLocation().toOSString();
196 command[index++] = rawFolder.getLocation().toOSString();
234 IPath sourcePath = sourceFile.getLocation();
238 command[depIndex] = quote(getDependencyFolder(sourceFile).getLocation().toOSString());
242 if (!execLlvmRsCc(builder, project, command, sourceFile, buildToolInfo.getLocation(),
361 String rootPath = project.getLocation().toOSString();
430 depFile.getLocation().toFile().delete();
447 File f = depFile.getLocation().toFile();
533 String rootPath = project.getLocation().toOSString();
  /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/Frontend/
PrintPreprocessedOutput.cpp 383 MoveToLine(MacroNameTok.getLocation());
519 if (!MoveToLine(Tok.getLocation()))
524 unsigned ColNo = SM.getExpansionColumnNumber(Tok.getLocation());
577 Callbacks->MoveToLine(PragmaTok.getLocation());
606 Callbacks->MoveToLine(Tok.getLocation());
625 SourceLocation StartLoc = Tok.getLocation();
732 if (Tok.is(tok::eof) || !Tok.getLocation().isFileID())
735 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
TextDiagnosticPrinter.cpp 134 if (!Info.getLocation().isValid()) {
150 TextDiag->emitDiagnostic(Info.getLocation(), Level, DiagMessageStream.str(),
  /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);
516 if (N->getLocation().getAs<CallEnter>()) {
524 if (N->getLocation().getAs<PostInitializer>() ||
525 N->getLocation().getAs<PostImplicitCall>()) {
530 if (N->getLocation().getAs<EpsilonPoint>()) {
539 if (Loc == N->getLocation()) {
  /external/clang/tools/libclang/
CIndexDiagnostic.h 66 virtual CXSourceLocation getLocation() const = 0;
127 virtual CXSourceLocation getLocation() const;
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 83 + ": property file [" + m_settingsFile.getAbsolutePath () + "] could not be read" , ioe, m_task.getLocation ()).fillInStackTrace ();
117 + ": conflicting settings for property [" + name + "]: [" + value + "]" , m_task.getLocation ()).fillInStackTrace ();

Completed in 601 milliseconds

1 2 3 45 6 7 8 91011>>