Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp38 SMLoc ToLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local
61 ToLoc), in ParseDirectiveCGProfile()
/openbsd/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h198 const clang::SourceLocation &ToLoc) const;
/openbsd/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp798 const clang::SourceLocation &ToLoc) const { in getMacroExpansionContextForSourceLocation()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp4823 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUsingDecl() local
4829 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUsingDecl()
5034 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUnresolvedUsingValueDecl() local
5041 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUnresolvedUsingValueDecl()
7965 auto ToLoc = importChecked(Err, E->getMemberNameInfo().getLoc()); in VisitMemberExpr() local
7972 DeclarationNameInfo ToMemberNameInfo(ToName, ToLoc); in VisitMemberExpr()