Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp38 SMLoc ToLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local
61 ToLoc), 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/AST/
H A DASTImporter.cpp5140 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUsingDecl() local
5146 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUsingDecl()
5351 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUnresolvedUsingValueDecl() local
5358 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUnresolvedUsingValueDecl()
8384 auto ToLoc = importChecked(Err, E->getMemberNameInfo().getLoc()); in VisitMemberExpr() local
8391 DeclarationNameInfo ToMemberNameInfo(ToName, ToLoc); in VisitMemberExpr()