Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/MCParser/ !
H A DMCAsmParserExtension.cpp38 SMLoc ToLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local
61 ToLoc), in ParseDirectiveCGProfile()
/src/contrib/llvm-project/clang/include/clang/CrossTU/ !
H A DCrossTranslationUnit.h198 const clang::SourceLocation &ToLoc) const;
/src/contrib/llvm-project/clang/lib/CrossTU/ !
H A DCrossTranslationUnit.cpp798 const clang::SourceLocation &ToLoc) const { in getMacroExpansionContextForSourceLocation()
/src/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()