Searched refs:getLocation (Results 201 - 225 of 329) sorted by relevance

1234567891011>>

/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1057 FileID FID = SourceMgr.getFileID(Def.getLocation());
1086 FileID FID = SourceMgr.getFileID(Def.getLocation());
1101 (!PredefinedDef.getLocation().isValid() &&
1105 PP.Diag(LatestDef.getLocation(), diag::note_module_def_undef_here)
1120 PP.Diag(LatestDef.getLocation(), diag::note_module_def_undef_here)
H A DFrontendAction.cpp115 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID)
H A DSerializedDiagnosticPrinter.cpp538 if (Info.getLocation().isInvalid()) {
560 Renderer.emitDiagnostic(Info.getLocation(), DiagLevel,
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp477 log << TestLog::Message << "Bind attribute: '" << iter->getAttributeName() << "' to " << iter->getLocation() << TestLog::EndMessage;
478 gl.bindAttribLocation(program, iter->getLocation(), iter->getAttributeName().c_str());
707 activeBindings[preAttachBind[bindNdx].getAttributeName()] = preAttachBind[bindNdx].getLocation();
710 activeBindings[preLinkBind[bindNdx].getAttributeName()] = preLinkBind[bindNdx].getLocation();
759 activeBindings[postLinkBind[bindNdx].getAttributeName()] = postLinkBind[bindNdx].getLocation();
H A DglsAttributeLocationTests.hpp122 deUint32 getLocation (void) const { return m_location; } function in class:deqp::gls::AttributeLocationTestUtil::Bind
/external/clang/lib/AST/
H A DDecl.cpp1636 SourceLocation RangeEnd = getLocation();
1739 if (InitEnd.isValid() && InitEnd != getLocation())
2215 return SourceRange(DeclaratorDecl::getLocStart(), getLocation());
3313 SourceLocation E = RBraceLoc.isValid() ? RBraceLoc : getLocation();
3628 return SourceRange(getLocation(), Body? Body->getLocEnd() : getLocation());
3756 SourceLocation End = getLocation();
3759 return SourceRange(getLocation(), End);
3790 SourceLocation RangeEnd = getLocation();
3901 return SourceRange(getLocation(),
[all...]
H A DRecordLayoutBuilder.cpp1819 Diag(RD->getLocation(), diag::warn_padded_struct_size)
1829 Diag(D->getLocation(), diag::warn_unnecessary_packed)
1900 if (D->getLocation().isInvalid())
1914 Diag(D->getLocation(), diag::warn_padded_struct_field)
1921 Diag(D->getLocation(), diag::warn_padded_struct_anon_field)
1931 Diag(D->getLocation(), diag::warn_unnecessary_packed)
/external/clang/include/clang/AST/
H A DDecl.h328 bool isGnuLocal() const { return LocStart != getLocation(); }
332 return SourceRange(LocStart, getLocation());
1608 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
2397 return SourceRange(LocStart, getLocation());
2399 return SourceRange(getLocation());
3203 SourceLocation getAsmLoc() const { return getLocation(); }
3296 SourceLocation getCaretLocation() const { return getLocation(); }
H A DExprObjC.h77 SourceLocation getLocation() const { return Loc; } function in class:clang::ObjCBoolLiteralExpr
504 SourceLocation getLocation() const { return Loc; } function in class:clang::ObjCIvarRefExpr
675 SourceLocation getLocation() const { return IdLoc; } function in class:clang::ObjCPropertyRefExpr
H A DTemplateBase.h450 SourceLocation getLocation() const { function in class:clang::TemplateArgumentLoc
H A DComment.h224 SourceLocation getLocation() const LLVM_READONLY { return Loc; }
402 SourceLocation L = getLocation();
/external/clang/lib/Sema/
H A DTreeTransform.h958 SemaRef.Diag(SomeDecl->getLocation(), diag::note_declared_at);
972 SemaRef.Diag(Tag->getLocation(), diag::note_previous_use);
1262 ExceptionDecl->getLocation(),
4268 OldParm->getLocation(),
5115 SemaRef.Diag(TAT->getLocation(), diag::note_declared_at);
5481 Decl *LD = getDerived().TransformDecl(S->getDecl()->getLocation(),
5519 S->getConditionVariable()->getLocation(),
5576 S->getConditionVariable()->getLocation(),
5614 S->getConditionVariable()->getLocation(),
5692 S->getConditionVariable()->getLocation(),
[all...]
H A DSemaExprCXX.cpp302 Diag(NonMatchingTypeDecl->getLocation(), diag::note_destructor_type_here)
1308 return S.Diag(Conv->getLocation(), diag::note_array_size_conversion)
1319 return S.Diag(Conv->getLocation(), diag::note_array_size_conversion)
1826 Diag(OperatorDelete->getLocation(), diag::note_previous_decl)
2214 Diag((*F)->getUnderlyingDecl()->getLocation(),
2229 Diag((*F)->getUnderlyingDecl()->getLocation(),
2297 return S.Diag(Conv->getLocation(), diag::note_delete_conversion)
2308 return S.Diag(Conv->getLocation(), diag::note_delete_conversion)
2462 return ExprError(Diag(ConditionVar->getLocation(),
2466 return ExprError(Diag(ConditionVar->getLocation(),
[all...]
H A DSemaLookup.cpp1855 Diag((*Found)->getLocation(), diag::note_ambiguous_member_found);
1870 Diag(D->getLocation(), diag::note_ambiguous_member_found);
1884 Diag(TD->getLocation(), diag::note_hidden_tag);
1889 Diag((*DI)->getLocation(), diag::note_hiding_object);
1906 Diag((*DI)->getLocation(), diag::note_ambiguous_candidate) << *DI;
2468 OverloadCandidateSet OCS(RD->getLocation(), OverloadCandidateSet::CSK_Normal);
4272 CorrectionDecl->getLocation());
4604 Diag(Def->getLocation(), diag::note_previous_declaration);
4619 Diag(ChosenDecl->getLocation(), PrevNote)
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp737 SourceLocation Loc = D->getLocation();
2233 Loc = VD->getLocation();
2237 Loc = FD->getLocation();
2248 Loc = FD->getLocation();
2252 Loc = TD->getLocation();
2642 Context->IntTy, Exp->getLocation());
2645 ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(),
3114 SourceLocation Location = D->getLocation();
3717 TagLocation = RD->getLocation();
3719 IDecl->getLocation(), TagLocatio
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h149 SourceLocation getLocation() const { return getSourceRange().getBegin(); } function in class:clang::MacroDefinition
/external/clang/include/clang/Sema/
H A DOverload.h734 SourceLocation getLocation() const { return Loc; } function in class:clang::OverloadCandidateSet
H A DScopeInfo.h434 SourceLocation getLocation() const { return Loc; } function in class:clang::sema::CapturingScopeInfo::Capture
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h265 virtual PathDiagnosticLocation getLocation(const SourceManager &SM) const;
/external/clang/lib/CodeGen/
H A DCGDecl.cpp348 CGM.reportGlobalToASan(var, D.getLocation());
354 DI->setLocation(D.getLocation());
976 DI->setLocation(D.getLocation());
1638 DI->setLocation(D.getLocation());
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp221 AliasAnalysis::Location Loc = AA->getLocation(Load);
/external/clang/include/clang/Basic/
H A DDiagnostic.h1132 const SourceLocation &getLocation() const { return DiagObj->CurDiagLoc; }
1266 const FullSourceLoc &getLocation() const { return Loc; }
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h214 SourceLocation Loc = D->getLocation();
218 return SM.isInSystemHeader(D->getLocation());

Completed in 718 milliseconds

1234567891011>>