Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp499 StringRef ImportASTStringRef(StringRef FromStr);
1057 StringRef ASTNodeImporter::ImportASTStringRef(StringRef FromStr) { in ImportASTStringRef() function in clang::ASTNodeImporter
1080 StringRef ToPairSecond = ImportASTStringRef(Pair->second); in ImportConstraintSatisfaction()
1095 StringRef ToEntity = ImportASTStringRef(FromDiag->SubstitutedEntity); in import()
1099 StringRef ToDiagMessage = ImportASTStringRef(FromDiag->DiagMessage); in import()
1189 StringRef ToEntity = ImportASTStringRef(From->getInvalidConstraintEntity()); in ImportNestedRequirement()