Searched refs:FromLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MCAsmParserExtension.cpp | 29 SMLoc FromLoc = getLexer().getLoc(); in parseDirectiveCGProfile() local 57 MCSymbolRefExpr::create(FromSym, getContext(), FromLoc), in parseDirectiveCGProfile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 426 llvm::Expected<SourceLocation> Import(SourceLocation FromLoc);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 2683 for (const auto &FromLoc : Container) { in ImportTemplateArgumentListInfo() local 2684 if (auto ToLocOrErr = import(FromLoc)) in ImportTemplateArgumentListInfo() 10272 Expected<SourceLocation> ASTImporter::Import(SourceLocation FromLoc) { in Import() argument 10273 if (FromLoc.isInvalid()) in Import() 10277 bool IsBuiltin = FromSM.isWrittenInBuiltinFile(FromLoc); in Import() 10279 FileIDAndOffset Decomposed = FromSM.getDecomposedLoc(FromLoc); in Import()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1690 SourceLocation FromLoc; in TryUserDefinedConversion() local 1703 FromLoc = SingleInit->getBeginLoc(); in TryUserDefinedConversion() 1707 FromLoc = From->getBeginLoc(); in TryUserDefinedConversion() 1714 S.IsDerivedFrom(FromLoc, FromCanon, ToCanon))) { in TryUserDefinedConversion()
|
| H A D | SemaExpr.cpp | 3060 SourceLocation FromLoc = FromRange.getBegin(); in PerformObjectMemberConversion() local 3091 if (IsDerivedFrom(FromLoc, FromRecordType, QRecordType)) { in PerformObjectMemberConversion() 3094 FromLoc, FromRange, &BasePath)) in PerformObjectMemberConversion() 3114 FromLoc, FromRange, &BasePath, in PerformObjectMemberConversion()
|