Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTImporter.h289 llvm::Expected<SourceLocation> Import_New(SourceLocation FromLoc);
291 SourceLocation Import(SourceLocation FromLoc);
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp853 SMLoc FromLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local
883 FromLoc), in ParseDirectiveCGProfile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1962 for (const auto &FromLoc : Container) { in ImportTemplateArgumentListInfo() local
1963 if (auto ToLocOrErr = import(FromLoc)) in ImportTemplateArgumentListInfo()
8134 Expected<SourceLocation> ASTImporter::Import_New(SourceLocation FromLoc) { in Import_New() argument
8135 SourceLocation ToLoc = Import(FromLoc); in Import_New()
8136 if (ToLoc.isInvalid() && !FromLoc.isInvalid()) in Import_New()
8140 SourceLocation ASTImporter::Import(SourceLocation FromLoc) { in Import() argument
8141 if (FromLoc.isInvalid()) in Import()
8146 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc); in Import()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp2598 SourceLocation FromLoc = FromRange.getBegin(); in PerformObjectMemberConversion() local
2629 if (IsDerivedFrom(FromLoc, FromRecordType, QRecordType)) { in PerformObjectMemberConversion()
2632 FromLoc, FromRange, &BasePath)) in PerformObjectMemberConversion()
2665 assert(IsDerivedFrom(FromLoc, FromRecordType, URecordType)); in PerformObjectMemberConversion()
2668 FromLoc, FromRange, &BasePath)) in PerformObjectMemberConversion()
2687 FromLoc, FromRange, &BasePath, in PerformObjectMemberConversion()