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

1 2 34 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorImpl.java 136 public DOMLocator getLocation() {
  /external/clang/include/clang/Sema/
TemplateDeduction.h 54 SourceLocation getLocation() const {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 74 assert(N->getLocation().getKind() != ProgramPoint::PostStmtKind);
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 68 "receives in ARC", DRE->getLocation(),
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/Lex/
TokenConcatenation.cpp 55 const char *Ptr = SM.getCharacterData(SM.getSpellingLoc(Tok.getLocation()));
130 return *SM.getCharacterData(SM.getSpellingLoc(Tok.getLocation()));
160 SourceLocation PrevSpellLoc = SM.getSpellingLoc(PrevTok.getLocation());
161 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation());
  /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/lib/StaticAnalyzer/Core/
TextPathDiagnostics.cpp 69 Diag.Report((*I)->getLocation().asLocation(), diagID);
HTMLDiagnostics.cpp 129 const SourceManager &SMgr = (*path.begin())->getLocation().getManager();
132 (*path.begin())->getLocation().asLocation().getExpansionLoc().getFileID();
188 << (*path.rbegin())->getLocation().asLocation().getExpansionLineNumber()
190 << (*path.rbegin())->getLocation().asLocation().getExpansionColumnNumber()
228 << path.back()->getLocation().asLocation().getExpansionLineNumber()
285 FullSourceLoc Pos = P.getLocation().asLocation();
420 FullSourceLoc L = MP->getLocation().asLocation().getExpansionLoc();
  /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/mockito/src/org/mockito/internal/debugging/
VerboseMockInvocationLogger.java 66 printlnIndented("invoked: " + invocation.getLocation().toString());
  /external/mockito/src/org/mockito/internal/matchers/
LocalizedMatcher.java 37 public Location getLocation() {
  /external/mockito/src/org/mockito/internal/verification/checkers/
MissingInvocationChecker.java 40 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());
NonGreedyNumberOfInvocationsInOrderChecker.java 45 lastLocation = next.getLocation();
NumberOfInvocationsInOrderChecker.java 43 Location firstUndesired = chunk.get(wantedCount).getLocation();
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 48 Location loc = entry.getLocation();
  /frameworks/native/include/utils/
Tokenizer.h 78 String8 getLocation() const;
  /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/AST/
ASTImporter.cpp     [all...]
  /external/clang/tools/libclang/
IndexDecl.cpp 233 IndexCtx.handleSynthesizedObjCMethod(MD, D->getLocation(),
238 IndexCtx.handleSynthesizedObjCMethod(MD, D->getLocation(),
257 IndexCtx.handleReference((*I)->getUnderlyingDecl(), D->getLocation(),
269 D->getLocation(), D, D->getLexicalDeclContext());
335 if (isNotFromSourceFile(D->getLocation()))
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 166 Old->getType()->getAs<FunctionProtoType>(), Old->getLocation(),
167 New->getType()->getAs<FunctionProtoType>(), New->getLocation(),
176 Diag(New->getLocation(), diag::ext_implicit_exception_spec_mismatch)
178 if (!Old->getLocation().isInvalid())
179 Diag(Old->getLocation(), diag::note_previous_declaration);
201 (Old->getLocation().isInvalid() ||
202 Context.getSourceManager().isInSystemHeader(Old->getLocation())) &&
304 Diag(New->getLocation(), diag::warn_missing_exception_specification)
309 Diag(New->getLocation(), diag::warn_missing_exception_specification)
314 if (!Old->getLocation().isInvalid()
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 280 SourceLocation FILoc = Tok.getLocation();
301 ColonLoc = Tok.getLocation();
391 SuggestParentheses(OpToken.getLocation(),
396 LHS = Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(),
399 LHS = Actions.ActOnConditionalOp(OpToken.getLocation(), ColonLoc,
    [all...]

Completed in 474 milliseconds

1 2 34 5 6 7 8 91011>>