Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/llvm/
DIncludeOrderCheck.cpp167 SourceLocation ToLoc = FileDirectives[I].Range.getBegin(); in EndOfMainFile() local
168 const char *ToData = SM.getCharacterData(ToLoc); in EndOfMainFile()
171 CharSourceRange::getCharRange(ToLoc, ToLoc.getLocWithOffset(ToLen)); in EndOfMainFile()
/external/llvm-project/llvm/lib/MC/MCParser/
DMCAsmParserExtension.cpp36 SMLoc ToLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local
59 ToLoc), in ParseDirectiveCGProfile()
/external/llvm-project/clang/include/clang/CrossTU/
DCrossTranslationUnit.h194 getImportedFromSourceLocation(const clang::SourceLocation &ToLoc) const;
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp768 const clang::SourceLocation &ToLoc) const { in getImportedFromSourceLocation()
770 auto DecToLoc = SM.getDecomposedLoc(ToLoc); in getImportedFromSourceLocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp865 SMLoc ToLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local
888 ToLoc), in ParseDirectiveCGProfile()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp4504 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUsingDecl() local
4510 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUsingDecl()
4636 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc()); in VisitUnresolvedUsingValueDecl() local
4643 DeclarationNameInfo NameInfo(Name, ToLoc); in VisitUnresolvedUsingValueDecl()
7438 auto ToLoc = importChecked(Err, E->getMemberNameInfo().getLoc()); in VisitMemberExpr() local
7445 DeclarationNameInfo ToMemberNameInfo(ToName, ToLoc); in VisitMemberExpr()