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

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/
slang_pragma_recorder.cpp 77 PP.Diag(NextToken->getLocation(),
90 PP.Diag(NextToken->getLocation(),
99 PP.Diag(FirstToken.getLocation(),
slang_rs_export_foreach.cpp 43 clang::FullSourceLoc(PVD->getLocation(), SM),
68 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
93 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
125 clang::FullSourceLoc(FD->getLocation(),
149 clang::FullSourceLoc(PVD->getLocation(),
183 clang::FullSourceLoc(PVD->getLocation(),
216 clang::FullSourceLoc(FD->getLocation(),
240 clang::FullSourceLoc(FD->getLocation(),
282 clang::FullSourceLoc(PVD->getLocation(),
309 clang::FullSourceLoc(FD->getLocation(),
    [all...]
slang_diagnostic_buffer.cpp 44 clang::SourceLocation const &SrcLoc = Info.getLocation();
  /external/clang/lib/Lex/
MacroInfo.cpp 43 SourceLocation macroStart = firstToken.getLocation();
44 SourceLocation macroEnd = lastToken.getLocation();
114 if (MD->getLocation().isInvalid() || // For macros defined on the command line.
115 SM.isBeforeInTranslationUnit(MD->getLocation(), L))
PreprocessorLexer.cpp 48 PP->Diag(FilenameTok.getLocation(), diag::err_pp_expects_filename);
TokenLexer.cpp 36 ExpandLocStart = Tok.getLocation();
50 assert(Tokens[0].getLocation().isValid());
51 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) &&
59 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation());
154 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma);
197 getExpansionLocForMacroDefLoc(CurTok.getLocation());
199 getExpansionLocForMacroDefLoc(Tokens[i+1].getLocation());
288 updateLocForMacroArgTokens(CurTok.getLocation(),
322 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma);
338 updateLocForMacroArgTokens(CurTok.getLocation(),
    [all...]
PPDirectives.cpp 192 Hint = FixItHint::CreateInsertion(Tmp.getLocation(),"//");
319 CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true,
340 Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc);
367 Callbacks->Else(Tok.getLocation(), CondInfo.IfLoc);
400 Callbacks->Elif(Tok.getLocation(),
420 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
678 return HandleIncludeDirective(SavedHash.getLocation(), Result);
681 return HandleIncludeMacrosDirective(SavedHash.getLocation(), Result);
703 return HandleImportDirective(SavedHash.getLocation(), Result);
705 return HandleIncludeNextDirective(SavedHash.getLocation(), Result)
    [all...]
Pragma.cpp 176 SourceLocation PragmaLoc = Tok.getLocation();
219 SourceLocation RParenLoc = Tok.getLocation();
279 SourceLocation TokLoc = TmpTok.getLocation();
299 SourceLocation PragmaLoc = Tok.getLocation();
423 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
431 Callbacks->FileChanged(SysHeaderTok.getLocation(),
437 SourceMgr.AddLineNote(SysHeaderTok.getLocation(), PLoc.getLine(), FilenameID,
459 GetIncludeFilenameSpelling(FilenameTok.getLocation(), Filename);
504 SourceLocation CommentLoc = Tok.getLocation();
523 Diag(Tok.getLocation(), diag::err_pragma_comment_unknown_kind)
    [all...]
PPMacroExpansion.cpp 320 Identifier.getLocation());
332 SourceLocation ExpansionEnd = Identifier.getLocation();
362 SourceLocation ExpandLoc = Identifier.getLocation();
457 SourceMgr.createExpansionLoc(Identifier.getLocation(), ExpandLoc,
523 SourceLocation ArgStartLoc = Tok.getLocation();
552 MacroEnd = Tok.getLocation();
600 ArgStartLoc = ArgTokens[ArgTokenStart].getLocation();
623 EOFTok.setLocation(Tok.getLocation());
645 EOFTok.setLocation(Tok.getLocation());
691 SourceLocation EndLoc = Tok.getLocation();
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
ShaderVariable.java 71 public int getLocation(){
  /external/mockito/src/org/mockito/internal/exceptions/util/
ScenarioPrinter.java 27 sb.append(i.getLocation() + "\n");
  /frameworks/base/libs/androidfw/
VirtualKeyMap.cpp 96 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
108 mTokenizer->getLocation().string());
120 mTokenizer->getLocation().string());
134 mTokenizer->getLocation().string(),
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 99 S.Diag(property->getLocation(),
307 Loc = Tok.getLocation();
353 Diag(prevDecl->getLocation(), diag::note_property_declare);
384 Diag(CDecl->getLocation(), diag::err_continuation_class);
428 Diag(PIDecl->getLocation(), diag::note_property_declare);
443 Diag(PIDecl->getLocation(), diag::note_property_declare);
489 Diag(PIDecl->getLocation(), diag::note_property_declare);
542 Diag(PDecl->getLocation(), diag::err_duplicate_property);
543 Diag(prevDecl->getLocation(), diag::note_property_declare);
656 S.Diag(ivar->getLocation(), diag::err_arc_strong_property_ownership
    [all...]
SemaDecl.cpp 248 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
280 (*Res)->getLocation().getRawEncoding() <
281 IIDecl->getLocation().getRawEncoding())
442 Diag(Result->getLocation(), diag::note_previous_decl)
466 Diag(TplDecl->getLocation(), diag::note_template_decl_here)
559 SemaRef.Diag((*I)->getLocation(), diag::note_decl_hiding_tag_type)
597 BuildCXXNestedNameSpecifier(S, *Name, NameLoc, NextToken.getLocation(),
707 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
    [all...]
SemaDeclObjC.cpp 95 SourceLocation loc = method->getLocation();
140 Diag(NewMethod->getLocation(),
146 Diag(NewMethod->getLocation(),
153 Diag(Overridden->getLocation(),
157 Diag(Overridden->getLocation(),
163 Diag(NewMethod->getLocation(),
165 Diag(Overridden->getLocation(), diag::note_previous_decl)
170 Diag(NewMethod->getLocation(),
172 Diag(Overridden->getLocation(), diag::note_previous_decl)
184 Diag(newDecl->getLocation(),
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpRetryExceptionTest.java 41 assertEquals("getLocation", ref.getLocation(), tst.getLocation());
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
TransparentComparator.java 63 Vector3f camPosition = cam.getLocation();
88 return spat.getWorldBound().distanceToEdge(cam.getLocation());
  /external/mockito/src/org/mockito/internal/debugging/
MockitoDebuggerImpl.java 29 out += line(" invoked: " + i.getLocation());
45 out += line(" stubbed: " + i.getLocation());
  /external/mockito/src/org/mockito/internal/verification/checkers/
NumberOfInvocationsChecker.java 41 Location firstUndesired = actualInvocations.get(wantedCount).getLocation();
44 Location firstUndesired = actualInvocations.get(wantedCount).getLocation();
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpRetryExceptionTest.java 41 assertEquals("getLocation", ref.getLocation(), tst.getLocation());
  /external/clang/tools/libclang/
IndexBody.cpp 42 IndexCtx.handleReference(E->getDecl(), E->getLocation(),
65 IndexCtx.handleReference(E->getDecl(), E->getLocation(),
84 IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(),
120 IndexCtx.handleReference(E->getConstructor(), E->getLocation(),
154 IndexCtx.handleReference(C.getCapturedVar(), C.getLocation(),
CXLoadedDiagnostic.h 35 virtual CXSourceLocation getLocation() const;
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 235 Eof.setLocation(Tok.getLocation());
321 SourceLocation origLoc = Tok.getLocation();
352 Diag(Tok.getLocation(), diag::err_default_arg_unparsed);
358 Tok.getLocation()) &&
362 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
401 SourceLocation origLoc = Tok.getLocation();
422 Tok.getLocation()) &&
426 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
437 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
449 if (Tok.getLocation() != origLoc)
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 25 Match(Reference->getNameInfo().getAsString(), Reference->getLocation());
57 Match(OS.str(), Decl->getLocation());
91 Match(Stream.str(), ArgLoc.getLocation());
102 Match("true", BE->getLocation());
104 Match("false", BE->getLocation());
371 Match(Class->getName(), Ctor->getLocation());
409 Match(Class->getName(), Expr->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());

Completed in 1783 milliseconds

12 3 4 5 6 7 8 91011>>