Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp38 SMLoc ToLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local
61 ToLoc), in ParseDirectiveCGProfile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h198 const clang::SourceLocation &ToLoc) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp798 const clang::SourceLocation &ToLoc) const { in getMacroExpansionContextForSourceLocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5056 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUsingDecl() local
5062 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUsingDecl()
5267 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUnresolvedUsingValueDecl() local
5274 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUnresolvedUsingValueDecl()
8282 auto ToLoc = importChecked(Err, E->getMemberNameInfo().getLoc()); in VisitMemberExpr() local
8289 DeclarationNameInfo ToMemberNameInfo(ToName, ToLoc); in VisitMemberExpr()