Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp109 llvm::StringRef HeaderName) mutable { in initialize() argument
132 if (!HeaderName.empty()) in initialize()
133 Mapping->SymbolHeaderIDs[SymIndex].push_back(AddHeader(HeaderName)); in initialize()
142 const char *HeaderName; in initialize() member
153 Add(S.QName, S.NSLen, S.HeaderName); in initialize()
163 Add(S.QName, S.NSLen, S.HeaderName); in initialize()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp312 static void addHeaderInclude(StringRef HeaderName, in addHeaderInclude() argument
323 Includes += HeaderName; in addHeaderInclude()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5739 std::string HeaderName; in diagnoseMissingImport() local
5744 HeaderName = in diagnoseMissingImport()
5750 if (!HeaderName.empty() || UniqueModules.empty()) { in diagnoseMissingImport()
5754 << (int)MIK << Decl << !HeaderName.empty() << HeaderName; in diagnoseMissingImport()
H A DSemaChecking.cpp12870 const char *HeaderName = nullptr; in emitReplacement() local
12875 HeaderName = "cstdlib"; in emitReplacement()
12877 HeaderName = "cmath"; in emitReplacement()
12915 HeaderName = S.Context.BuiltinInfo.getHeaderName(AbsKind); in emitReplacement()
12917 if (HeaderName) { in emitReplacement()
12939 if (!HeaderName) in emitReplacement()
12945 S.Diag(Loc, diag::note_include_header_or_declare) << HeaderName in emitReplacement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2186 StringRef HeaderName = Header->getName(); in processCopyingStore() local
2190 BasicBlock *NewPreheader = BasicBlock::Create(Ctx, HeaderName+".rtli.ph", in processCopyingStore()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2938 SmallString<128> HeaderName(H.getName()); in WriteSubmodules() local
2939 PreparePathForOutput(HeaderName); in WriteSubmodules()
2940 Stream.EmitRecordWithBlob(TopHeaderAbbrev, Record, HeaderName); in WriteSubmodules()
H A DASTReader.cpp5890 std::string HeaderName(Blob); in ReadSubmoduleBlock() local
5891 ResolveImportedPath(F, HeaderName); in ReadSubmoduleBlock()
5892 CurrentModule->addTopHeaderFilename(HeaderName); in ReadSubmoduleBlock()