Home
last modified time | relevance | path

Searched refs:ToLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp38 SMLoc ToLoc = getLexer().getLoc(); in parseDirectiveCGProfile() local
58 MCSymbolRefExpr::create(ToSym, getContext(), ToLoc), Count); in parseDirectiveCGProfile()
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h198 const clang::SourceLocation &ToLoc) const;
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp799 const clang::SourceLocation &ToLoc) const { in getMacroExpansionContextForSourceLocation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1096 ExpectedSLoc ToLoc = import(FromDiag->DiagLoc); in import() local
1097 if (!ToLoc) in import()
1098 return ToLoc.takeError(); in import()
1101 concepts::Requirement::SubstitutionDiagnostic{ToEntity, ToLoc.get(), in import()
5417 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUsingDecl() local
5423 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUsingDecl()
5628 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUnresolvedUsingValueDecl() local
5635 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUnresolvedUsingValueDecl()
8731 auto ToLoc = importChecked(Err, E->getMemberNameInfo().getLoc()); in VisitMemberExpr() local
8738 DeclarationNameInfo ToMemberNameInfo(ToName, ToLoc); in VisitMemberExpr()