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

<<111213141516171819

  /external/clang/include/clang/AST/
DeclObjC.h 301 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); }
304 return SourceRange(getLocation(), getLocEnd());
717 return SourceRange(getAtStartLoc(), getLocation());
    [all...]
ExprCXX.h 440 SourceLocation getLocation() const { return Loc; }
466 SourceLocation getLocation() const { return Loc; }
669 SourceLocation getLocation() const { return Loc; }
    [all...]
Comment.h 213 SourceLocation getLocation() const LLVM_READONLY { return Loc; }
391 SourceLocation L = getLocation();
  /external/clang/lib/AST/
MicrosoftMangle.cpp 239 Diags.Report(D->getLocation(), DiagID)
531 mangleOperatorName(Name.getCXXOverloadedOperator(), ND->getLocation());
539 Diags.Report(ND->getLocation(), DiagID);
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp 116 S.Diag(ObjCPDecl->getLocation(), diag::note_property_attribute)
126 S.Diag(D->getLocation(), diag::note_unavailable_here)
129 S.Diag(ObjCPDecl->getLocation(), diag::note_property_attribute)
144 Diag(Decl->getLocation(), diag::note_implicitly_deleted);
155 Diag(Decl->getLocation(), diag::note_unavailable_here)
225 S.Diag(D->getCanonicalDecl()->getLocation(),
358 Diag(D->getLocation(), diag::note_sentinel_here) << calleeType;
389 Diag(D->getLocation(), diag::note_sentinel_here) << calleeType;
    [all...]
AnalysisBasedWarnings.cpp 233 D.FuncLoc = Func->getLocation();
437 S.Diag(VD->getLocation(), diag::note_block_var_fixit_add_initialization) << VD->getDeclName()
438 << FixItHint::CreateInsertion(VD->getLocation(), "__block ");
658 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange();
    [all...]
SemaType.cpp     [all...]
TargetAttributesSema.cpp 203 Diag(Import->getLocation(), diag::warn_attribute_ignored) << "dllimport";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 460 IPath workspacePath = root.getLocation();
476 IPath location = res.getLocation();
480 return root.getLocation().append(path).toFile();
542 IPath workspacePath = workspace.getLocation();
570 IPath workspacePath = workspace.getLocation();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 307 return mManager.getLocation();
415 IPath location = project.getLocation();
453 IPath location = project.getLocation();
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 256 PrevTokLocation = Tok.getLocation();
313 PrevTokLocation = Tok.getLocation();
327 PrevTokLocation = Tok.getLocation();
341 PrevTokLocation = Tok.getLocation();
353 PrevTokLocation = Tok.getLocation();
364 PrevTokLocation = Tok.getLocation();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 216 SourceLocation Loc = D->getLocation();
220 return SM.isInSystemHeader(D->getLocation());
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 542 if (Info.getLocation().isInvalid()) {
564 Renderer.emitDiagnostic(Info.getLocation(), DiagLevel,
VerifyDiagnosticConsumer.cpp 121 SourceLocation Loc = Info.getLocation();
533 if (ParseDirective(Comment, 0, SM, Tok.getLocation(),
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 336 C.getPredecessor()->getLocation().castAs<StmtPoint>().getStmt();
583 ProgramPoint P = U.getNode()->getLocation();
MacOSKeychainAPIChecker.cpp 528 ProgramPoint P = AllocNode->getLocation();
606 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt());
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 279 if (Pred->getLocation().getAs<BlockEntrance>())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 635 public Vector2f getLocation(Vector2f previousLocation) {
663 Vector2f location = getLocation(tex);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 90 int getLocation(GLenum loc);
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 149 SourceLocation getLocation() const { return getSourceRange().getBegin(); }
  /external/clang/include/clang/Sema/
ScopeInfo.h 385 SourceLocation getLocation() const { return Loc; }
Template.h 439 SemaRef.Diag(D->getLocation(), DiagID)

Completed in 754 milliseconds

<<111213141516171819