HomeSort by: relevance | last modified time | path
    Searched refs:getSourceLocation (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_monitor.cc 66 SourceLocation SL = CurrentUBR->Loc.getSourceLocation();
ubsan_diag.cc 80 SourceLocation SLoc = Loc.getSourceLocation();
143 SourceLocation SLoc = Loc.getSourceLocation();
ubsan_diag.h 82 SourceLocation getSourceLocation() const {
ubsan_handlers.cc 62 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_monitor.cpp 66 SourceLocation SL = CurrentUBR->Loc.getSourceLocation();
ubsan_diag.cpp 85 SourceLocation SLoc = Loc.getSourceLocation();
148 SourceLocation SLoc = Loc.getSourceLocation();
ubsan_diag.h 81 SourceLocation getSourceLocation() const {
ubsan_handlers.cpp 103 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
161 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_monitor.cpp 65 SourceLocation SL = CurrentUBR->Loc.getSourceLocation();
ubsan_diag.cpp 87 SourceLocation SLoc = Loc.getSourceLocation();
150 SourceLocation SLoc = Loc.getSourceLocation();
ubsan_diag.h 81 SourceLocation getSourceLocation() const {
ubsan_handlers.cpp 103 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
161 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RecursiveSymbolVisitor.h 53 if (!visit(FD, Initializer->getSourceLocation(),
54 Lexer::getLocForEndOfToken(Initializer->getSourceLocation(),
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 259 /// getSourceLocation - Return a source location identifier for the specified
261 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
263 /// getSourceLocation - Return a source location for the next character in
265 SourceLocation getSourceLocation() override {
266 return getSourceLocation(BufferPtr);
590 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
PreprocessorLexer.h 84 virtual SourceLocation getSourceLocation() = 0;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 1102 /// path of the hot getSourceLocation method. Do not allow it to be inlined.
1127 /// getSourceLocation - Return a source location identifier for the specified
1129 SourceLocation Lexer::getSourceLocation(const char *Loc,
1149 return PP->Diag(getSourceLocation(Loc), DiagID);
1473 return CharSourceRange::getCharRange(L.getSourceLocation(Begin),
1474 L.getSourceLocation(End));
1843 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
1890 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2258 Handler->HandleEmptyline(SourceRange(getSourceLocation(NewLinePtr + 1),
2259 getSourceLocation(lastNewLine)))
    [all...]
PPLexerChange.cpp 469 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation());
470 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
PPDirectives.cpp 654 : CurPPLexer->getSourceLocation()),
1247 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
1399 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentParser.cpp 67 SourceLocation getSourceLocation() const {
162 SourceLocation Loc = getSourceLocation();
195 SourceLocation Loc = getSourceLocation();
240 formTokenWithChars(PartialTok, getSourceLocation(),
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatTokenLexer.cpp 553 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset)));
613 ? Lex->getSourceLocation(Offset + 1)
680 ? Lex->getSourceLocation(Offset + 1)
701 ? Lex->getSourceLocation(CommentBegin + Len)
916 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset)));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentLexer.h 308 SourceLocation getSourceLocation(const char *Loc) const {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRLocFinder.cpp 256 auto Loc = Initializer->getSourceLocation();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 400 unsigned NextToWrite = SM.getFileOffset(RawLex.getSourceLocation());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 5042 MarkFunctionReferenced(Initializer->getSourceLocation(), Dtor);
5043 DiagnoseUseOfDecl(Dtor, Initializer->getSourceLocation());
5125 Diag(Value->getSourceLocation(), diag::warn_abstract_vbase_init_ignored)
5279 Init->getSourceLocation())) {
5360 Inits[WarnIndexes.front() - 1]->getSourceLocation(),
5390 auto D = SemaRef.Diag(PrevInit->getSourceLocation(),
5407 S.Diag(Init->getSourceLocation(),
5414 S.Diag(Init->getSourceLocation(),
5419 S.Diag(PrevInit->getSourceLocation(), diag::note_previous_initializer)
5439 S.Diag(Init->getSourceLocation(),
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 693 return PathDiagnosticLocation(PIP->getInitializer()->getSourceLocation(),

Completed in 74 milliseconds

1 2