Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp36 SMLoc ToLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local
59 ToLoc), in ParseDirectiveCGProfile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h196 const clang::SourceLocation &ToLoc) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp775 const clang::SourceLocation &ToLoc) const { in getMacroExpansionContextForSourceLocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4652 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUsingDecl() local
4658 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUsingDecl()
4813 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUnresolvedUsingValueDecl() local
4820 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUnresolvedUsingValueDecl()
7693 auto ToLoc = importChecked(Err, E->getMemberNameInfo().getLoc()); in VisitMemberExpr() local
7700 DeclarationNameInfo ToMemberNameInfo(ToName, ToLoc); in VisitMemberExpr()