Searched refs:getSourceLocation (Results 1 - 25 of 25) sorted by relevance

/external/clang/include/clang/Lex/
H A DPTHLexer.h94 /// getSourceLocation - Return a source location for the token in
96 SourceLocation getSourceLocation() override;
H A DLexer.h215 /// getSourceLocation - Return a source location identifier for the specified
217 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
219 /// getSourceLocation - Return a source location for the next character in
221 SourceLocation getSourceLocation() override {
222 return getSourceLocation(BufferPtr);
506 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
H A DPreprocessorLexer.h89 virtual SourceLocation getSourceLocation() = 0;
/external/clang/lib/Lex/
H A DLexer.cpp550 SourceLocation StartLoc = TheLexer.getSourceLocation();
1042 /// path of the hot getSourceLocation method. Do not allow it to be inlined.
1068 /// getSourceLocation - Return a source location identifier for the specified
1070 SourceLocation Lexer::getSourceLocation(const char *Loc, function in class:Lexer
1090 return PP->Diag(getSourceLocation(Loc), DiagID);
1420 return CharSourceRange::getCharRange(L.getSourceLocation(Begin),
1421 L.getSourceLocation(End));
1676 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
1723 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2147 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPt
[all...]
H A DPPDirectives.cpp541 const SourceLocation CondBegin = CurPPLexer->getSourceLocation();
550 const SourceLocation CondEnd = CurPPLexer->getSourceLocation();
1198 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
1352 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);
2654 const SourceLocation ConditionalBegin = CurPPLexer->getSourceLocation();
2656 const SourceLocation ConditionalEnd = CurPPLexer->getSourceLocation();
2748 const SourceLocation ConditionalBegin = CurPPLexer->getSourceLocation();
2750 const SourceLocation ConditionalEnd = CurPPLexer->getSourceLocation();
H A DPPLexerChange.cpp428 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation());
429 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
H A DPTHLexer.cpp286 SourceLocation PTHLexer::getSourceLocation() { function in class:PTHLexer
287 // getSourceLocation is not on the hot path. It is used to get the location
H A DModuleMap.cpp2457 SourceLocation Start = L.getSourceLocation();
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc75 SourceLocation SLoc = Loc.getSourceLocation();
140 SourceLocation SLoc = Loc.getSourceLocation();
H A Dubsan_diag.h82 SourceLocation getSourceLocation() const { function in class:__ubsan::Location
H A Dubsan_handlers.cc58 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
/external/clang/include/clang/AST/
H A DCommentLexer.h304 SourceLocation getSourceLocation(const char *Loc) const { function in class:clang::comments::Lexer
H A DDeclCXX.h2093 SourceLocation getSourceLocation() const;
/external/clang/lib/AST/
H A DCommentParser.cpp68 SourceLocation getSourceLocation() const { function in class:clang::comments::TextTokenRetokenizer
163 SourceLocation Loc = getSourceLocation();
196 SourceLocation Loc = getSourceLocation();
241 formTokenWithChars(PartialTok, getSourceLocation(),
H A DDeclCXX.cpp1784 SourceLocation CXXCtorInitializer::getSourceLocation() const {
1805 return SourceRange(getSourceLocation(), getRParenLoc());
/external/clang/lib/Format/
H A DFormatTokenLexer.cpp228 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset)));
265 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset + 1)));
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp426 unsigned NextToWrite = SM.getFileOffset(RawLex.getSourceLocation());
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4287 Init->getSourceLocation(),
4322 Init->getSourceLocation(),
4348 Init->getSourceLocation());
4362 Init->getSourceLocation());
H A DSemaDeclCXX.cpp3838 MarkFunctionReferenced(Initializer->getSourceLocation(), Dtor);
3839 DiagnoseUseOfDecl(Dtor, Initializer->getSourceLocation());
3921 Diag(Value->getSourceLocation(), diag::warn_abstract_vbase_init_ignored)
4061 Init->getSourceLocation())) {
4114 SemaRef.Diag(PrevInit->getSourceLocation(),
4150 S.Diag(Init->getSourceLocation(),
4157 S.Diag(Init->getSourceLocation(),
4162 S.Diag(PrevInit->getSourceLocation(), diag::note_previous_initializer)
4182 S.Diag(Init->getSourceLocation(),
4186 S.Diag(En.second->getSourceLocation(), dia
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp670 return PathDiagnosticLocation(PIP->getInitializer()->getSourceLocation(),
H A DExprEngine.cpp461 BMI->getSourceLocation(),
/external/v8/tools/clang/rewrite_to_chrome_style/
H A DRewriteToChromeStyle.cpp840 return init.getSourceLocation();
/external/clang/lib/CodeGen/
H A DCGClass.cpp700 ApplyDebugLocation Loc(CGF, MemberInit->getSourceLocation());
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 477 milliseconds