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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h53 if (!visit(FD, Initializer->getSourceLocation(),
54 Lexer::getLocForEndOfToken(Initializer->getSourceLocation(),
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp65 SourceLocation SL = CurrentUBR->Loc.getSourceLocation();
H A Dubsan_diag.cpp87 SourceLocation SLoc = Loc.getSourceLocation();
150 SourceLocation SLoc = Loc.getSourceLocation();
H A Dubsan_diag.h81 SourceLocation getSourceLocation() const { function in class:__ubsan::Location
H A Dubsan_handlers.cpp61 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
118 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h255 /// getSourceLocation - Return a source location identifier for the specified
257 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
259 /// getSourceLocation - Return a source location for the next character in
261 SourceLocation getSourceLocation() override {
262 return getSourceLocation(BufferPtr);
586 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
H A DPreprocessorLexer.h84 virtual SourceLocation getSourceLocation() = 0;
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp546 static std::string getSourceLocation(InputFile *file, SectionChunk *sc, function in namespace:lld::coff
573 os << getSourceLocation(d->getFile(), d->getChunk(), d->getValue(),
576 os << getSourceLocation(existing->getFile(), nullptr, 0, "");
578 os << getSourceLocation(newFile, newSc, newSectionOffset,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp427 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset)));
492 ? Lex->getSourceLocation(Offset + 1)
513 ? Lex->getSourceLocation(CommentBegin + Len)
728 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset)));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h307 SourceLocation getSourceLocation(const char *Loc) const { function in class:clang::comments::Lexer
H A DDeclCXX.h2316 SourceLocation getSourceLocation() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp67 SourceLocation getSourceLocation() const { function in class:clang::comments::TextTokenRetokenizer
162 SourceLocation Loc = getSourceLocation();
195 SourceLocation Loc = getSourceLocation();
240 formTokenWithChars(PartialTok, getSourceLocation(),
H A DDeclCXX.cpp2449 SourceLocation CXXCtorInitializer::getSourceLocation() const {
2470 return SourceRange(getSourceLocation(), getRParenLoc());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1099 /// path of the hot getSourceLocation method. Do not allow it to be inlined.
1124 /// getSourceLocation - Return a source location identifier for the specified
1126 SourceLocation Lexer::getSourceLocation(const char *Loc, function in class:Lexer
1146 return PP->Diag(getSourceLocation(Loc), DiagID);
1470 return CharSourceRange::getCharRange(L.getSourceLocation(Begin),
1471 L.getSourceLocation(End));
1838 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
1885 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2352 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2353 getSourceLocation(CurPt
[all...]
H A DPPLexerChange.cpp467 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation());
468 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
H A DPPDirectives.cpp624 SourceRange(HashTokenLoc, CurPPLexer->getSourceLocation()),
1220 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
1372 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);
H A DModuleMap.cpp2993 SourceLocation Start = L.getSourceLocation();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp237 auto Loc = Initializer->getSourceLocation();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp402 unsigned NextToWrite = SM.getFileOffset(RawLex.getSourceLocation());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp677 return PathDiagnosticLocation(PIP->getInitializer()->getSourceLocation(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5301 Init->getSourceLocation(),
5336 Init->getSourceLocation(),
5362 Init->getSourceLocation());
5376 Init->getSourceLocation());
H A DSemaDeclCXX.cpp4959 MarkFunctionReferenced(Initializer->getSourceLocation(), Dtor);
4960 DiagnoseUseOfDecl(Dtor, Initializer->getSourceLocation());
5042 Diag(Value->getSourceLocation(), diag::warn_abstract_vbase_init_ignored)
5182 Init->getSourceLocation())) {
5235 SemaRef.Diag(PrevInit->getSourceLocation(),
5271 S.Diag(Init->getSourceLocation(),
5278 S.Diag(Init->getSourceLocation(),
5283 S.Diag(PrevInit->getSourceLocation(), diag::note_previous_initializer)
5303 S.Diag(Init->getSourceLocation(),
5307 S.Diag(En.second->getSourceLocation(), dia
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp612 ApplyDebugLocation Loc(CGF, MemberInit->getSourceLocation());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp824 BMI->getSourceLocation(),

Completed in 411 milliseconds