Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp29 SMLoc FromLoc = getLexer().getLoc(); in ParseDirectiveCGProfile() local
59 FromLoc), in ParseDirectiveCGProfile()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTImporter.h425 llvm::Expected<SourceLocation> Import(SourceLocation FromLoc);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp2204 for (const auto &FromLoc : Container) { in ImportTemplateArgumentListInfo() local
2205 if (auto ToLocOrErr = import(FromLoc)) in ImportTemplateArgumentListInfo()
9475 Expected<SourceLocation> ASTImporter::Import(SourceLocation FromLoc) { in Import() argument
9476 if (FromLoc.isInvalid()) in Import()
9480 bool IsBuiltin = FromSM.isWrittenInBuiltinFile(FromLoc); in Import()
9482 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc); in Import()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp3073 SourceLocation FromLoc = FromRange.getBegin(); in PerformObjectMemberConversion() local
3104 if (IsDerivedFrom(FromLoc, FromRecordType, QRecordType)) { in PerformObjectMemberConversion()
3107 FromLoc, FromRange, &BasePath)) in PerformObjectMemberConversion()
3127 FromLoc, FromRange, &BasePath, in PerformObjectMemberConversion()