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

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMErrorImpl.java 73 public DOMLocator getLocation() {
  /external/clang/lib/Lex/
PPCaching.cpp 107 if (AnnotBegin->getLocation() == Tok.getLocation()) {
PPExpressions.cpp 85 Result.setBegin(PeekTok.getLocation());
94 LParenLoc = PeekTok.getLocation();
134 Result.setEnd(PeekTok.getLocation());
138 PP.Diag(PeekTok.getLocation(), diag::err_pp_missing_rparen) << "defined";
143 Result.setEnd(PeekTok.getLocation());
147 Result.setEnd(PeekTok.getLocation());
194 Result.setRange(PeekTok.getLocation());
216 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP);
263 Result.setRange(PeekTok.getLocation());
282 PeekTok.getLocation(), PP, PeekTok.getKind())
    [all...]
LiteralSupport.cpp     [all...]
ModuleMap.cpp 679 SourceLocation getLocation() const {
768 SourceLocation Result = Tok.getLocation();
773 Tok.Location = LToken.getLocation().getRawEncoding();
825 Diags.Report(LToken.getLocation(), diag::err_invalid_string_udl);
853 Diags.Report(LToken.getLocation(), diag::err_mmap_unknown_token);
918 Id.push_back(std::make_pair(Tok.getString(), Tok.getLocation()));
921 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module_name);
982 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module);
    [all...]
  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 61 TokenAtLoc.find(I->getLocation());
73 bool InsertSuccess = TokenAtLoc.insert(std::make_pair(T.getLocation(),
  /external/clang/tools/libclang/
CIndexDiagnostic.h 66 virtual CXSourceLocation getLocation() const = 0;
127 virtual CXSourceLocation getLocation() const;
IndexingContext.cpp 73 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation());
272 getIndexLoc(ImportD->getLocation()),
384 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
390 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
396 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
402 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
411 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
417 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
423 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
430 return handleObjCContainer(D, D->getLocation(),
    [all...]
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 115 isInRange(I->getLocation(), BodyRange)) {
127 SourceLocation ErrLoc = DiagI->getLocation();
145 if (isInRange(Diag.getLocation(), info.Range)) {
152 Pass.TA.clearDiagnostic(Diag.getID(), Diag.getLocation());
177 if (isInRange(DRE->getDecl()->getLocation(), info.Range) &&
178 !isInRange(DRE->getLocation(), info.Range))
  /external/clang/lib/Parse/
ParseTemplate.cpp 133 Diag(Tok.getLocation(), diag::err_expected_template);
296 Diag(Tok.getLocation(), diag::err_expected_less_after) << "template";
313 RAngleLoc = Tok.getLocation();
314 Tok.setLocation(Tok.getLocation().getLocWithOffset(1));
318 Diag(Tok.getLocation(), diag::err_expected_greater);
355 Diag(Tok.getLocation(), diag::err_expected_comma_greater);
495 Diag(Tok.getLocation(), diag::err_expected_ident);
549 Diag(Tok.getLocation(), diag::err_class_on_template_template_param)
550 << (Replace ? FixItHint::CreateReplacement(Tok.getLocation(), "class")
551 : FixItHint::CreateInsertion(Tok.getLocation(), "class "))
    [all...]
ParseInit.cpp 189 Diag(Tok.getLocation(), diag::err_expected_field_designator);
194 Tok.getLocation()));
268 SourceLocation IILoc = Tok.getLocation();
326 CheckArrayDesignatorSyntax(*this, Tok.getLocation(), Desig);
377 << FixItHint::CreateInsertion(Tok.getLocation(), "= ");
378 return Actions.ActOnDesignatedInitializer(Desig, Tok.getLocation(),
ParseAST.cpp 51 if (Tok.getLocation().isInvalid()) {
57 Tok.getLocation().print(OS, PP.getSourceManager());
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 233 if (RequireCompleteType(Param->getLocation(), Param->getType(),
247 InitializationKind Kind = InitializationKind::CreateCopy(Param->getLocation(),
371 Diag(Param->getLocation(), diag::err_param_default_argument_nonfunc)
372 << SourceRange((*Toks)[1].getLocation(),
373 Toks->back().getLocation());
377 Diag(Param->getLocation(), diag::err_param_default_argument_nonfunc)
458 Diag(NewParam->getLocation(), DiagDefaultParamID)
471 Diag(OldParam->getLocation(), diag::note_previous_definition)
486 Diag(NewParam->getLocation(),
489 Diag(Old->getLocation(), diag::note_template_prev_declaration
    [all...]
Sema.cpp 382 return SM.isBeforeInTranslationUnit(l.first->getLocation(),
383 r.first->getLocation());
439 S.Diag(ND->getLocation(), diag::warn_undefined_internal)
444 S.Diag(ND->getLocation(), diag::warn_undefined_inline) << ND;
570 MarkVTableUsed(Definition->getLocation(), *I, true);
615 Diag(I->second.getLocation(), diag::warn_weak_identifier_undeclared)
684 if (RequireCompleteType(VD->getLocation(),
692 Diag(VD->getLocation(), diag::warn_tentative_incomplete_array);
697 } else if (RequireCompleteType(VD->getLocation(), VD->getType(),
727 Diag(DiagD->getLocation(), diag::warn_unneeded_member_function
    [all...]
SemaTemplateInstantiateDecl.cpp 71 S.AddAlignedAttr(Aligned->getLocation(), New, Result.takeAs<Expr>(),
75 TemplateArgs, Aligned->getLocation(),
78 S.AddAlignedAttr(Aligned->getLocation(), New, Result,
104 SourceLocation EllipsisLoc = Aligned->getLocation();
160 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(),
192 D->getLocation(), D->getDeclName());
198 SemaRef.MarkDeclarationsReferencedInType(D->getLocation(), DI->getType());
221 D->getLocation(), D->getIdentifier(), DI);
224 D->getLocation(), D->getIdentifier(), DI);
240 NamedDecl *InstPrev = SemaRef.FindInstantiatedDecl(D->getLocation(), Prev
    [all...]
SemaTemplate.cpp 343 Diag(Template->getLocation(), diag::note_previous_decl)
391 Diag(Found.getRepresentativeDecl()->getLocation(),
394 Diag(FoundOuter.getFoundDecl()->getLocation(),
466 Diag(PrevDecl->getLocation(), diag::note_template_param_here);
500 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
519 Arg.getLocation(),
781 Diag(Param->getLocation(), diag::err_template_template_parm_no_parms)
805 Diag(DefaultArg.getLocation(), diag::err_template_arg_not_class_template)
811 if (DiagnoseUnexpandedParameterPack(DefaultArg.getLocation(),
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 226 AliasAnalysis::Location AliasAnalysis::getLocation(const LoadInst *LI) {
232 AliasAnalysis::Location AliasAnalysis::getLocation(const StoreInst *SI) {
238 AliasAnalysis::Location AliasAnalysis::getLocation(const VAArgInst *VI) {
245 AliasAnalysis::getLocation(const AtomicCmpXchgInst *CXI) {
252 AliasAnalysis::getLocation(const AtomicRMWInst *RMWI) {
294 if (!alias(getLocation(L), Loc))
309 if (!alias(getLocation(S), Loc))
325 if (!alias(getLocation(V), Loc))
344 if (!alias(getLocation(CX), Loc))
357 if (!alias(getLocation(RMW), Loc)
    [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 99 SourceLocation lsqrLoc = toks[0].getLocation();
100 SourceLocation idLoc = toks[1].getLocation();
101 SourceLocation rsqrLoc = toks[2].getLocation();
230 EXPECT_EQ(loc2, toks[1].getLocation());
231 EXPECT_EQ(loc3, toks[2].getLocation());
254 Macros.push_back(MacroAction(MD->getLocation(),
260 Macros.push_back(MacroAction(MacroNameTok.getLocation(),
  /external/clang/lib/AST/
CommentSema.cpp 86 Diag(Command->getLocation(),
115 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch)
147 Diag(Comment->getLocation(), diag::warn_doc_api_container_decl_mismatch)
197 Diag(Comment->getLocation(), diag::warn_doc_container_decl_mismatch)
292 Diag(Command->getLocation(),
330 Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous)
487 Diag(HET->getLocation(), diag::warn_doc_html_end_forbidden)
502 Diag(HET->getLocation(), diag::warn_doc_html_end_unbalanced)
519 HST->getLocation(),
523 HET->getLocation(),
    [all...]
  /frameworks/base/libs/androidfw/
KeyCharacterMap.cpp 678 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
701 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
718 mTokenizer->getLocation().string(),
729 mTokenizer->getLocation().string());
735 mTokenizer->getLocation().string());
742 mTokenizer->getLocation().string());
749 mTokenizer->getLocation().string());
760 mTokenizer->getLocation().string());
779 ALOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string(),
797 ALOGE("%s: Expected keyword after 'map', got '%s'.", mTokenizer->getLocation().string()
    [all...]
  /external/clang/include/clang/Lex/
Token.h 110 SourceLocation getLocation() const { return Loc; }
132 return isAnnotation() ? getAnnotationEndLoc() : getLocation();
138 return SourceRange(getLocation(), getAnnotationEndLoc());
  /external/clang/unittests/AST/
MatchVerifier.h 116 /// by overriding getLocation().
127 SourceLocation Loc = getLocation(Node);
141 virtual SourceLocation getLocation(const NodeType &Node) {
142 return Node.getLocation();
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 134 if (!Info.getLocation().isValid()) {
150 TextDiag->emitDiagnostic(Info.getLocation(), Level, DiagMessageStream.str(),
  /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 ();
  /frameworks/compile/slang/
slang_rs_export_var.cpp 77 ReportVarError(Context, VD->getLocation(),
98 ReportVarError(Context, VD->getLocation(),

Completed in 715 milliseconds

1 23 4 5 6 7 8 91011>>