Searched refs:HeaderName (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StandardLibrary.cpp | 110 llvm::StringRef HeaderName) mutable { in initialize() argument 133 if (!HeaderName.empty()) in initialize() 134 Mapping->SymbolHeaderIDs[SymIndex].push_back(AddHeader(HeaderName)); in initialize() 143 const char *HeaderName; in initialize() member 155 Add(S.QName, S.NSLen, S.HeaderName); in initialize() 165 Add(S.QName, S.NSLen, S.HeaderName); in initialize()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangBuiltinsEmitter.cpp | 203 HeaderName += static_cast<char>(std::toupper(c)); in HeaderNameParser() 205 HeaderName += '_'; in HeaderNameParser() 211 void Print(llvm::raw_ostream &OS) const { OS << HeaderName; } in Print() 214 std::string HeaderName; member in __anon1f5e8a8e0111::HeaderNameParser
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 312 static void addHeaderInclude(StringRef HeaderName, in addHeaderInclude() argument 323 Includes += HeaderName; in addHeaderInclude()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 5605 std::string HeaderName; in diagnoseMissingImport() local 5610 HeaderName = in diagnoseMissingImport() 5616 if (!HeaderName.empty() || UniqueModules.empty()) { in diagnoseMissingImport() 5620 << (int)MIK << Decl << !HeaderName.empty() << HeaderName; in diagnoseMissingImport()
|
H A D | SemaChecking.cpp | 8113 const char *HeaderName = nullptr; in emitReplacement() local 8118 HeaderName = "cstdlib"; in emitReplacement() 8120 HeaderName = "cmath"; in emitReplacement() 8158 HeaderName = S.Context.BuiltinInfo.getHeaderName(AbsKind); in emitReplacement() 8160 if (HeaderName) { in emitReplacement() 8182 if (!HeaderName) in emitReplacement() 8188 S.Diag(Loc, diag::note_include_header_or_declare) << HeaderName in emitReplacement()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2180 StringRef HeaderName = Header->getName(); in processCopyingStore() local 2184 BasicBlock *NewPreheader = BasicBlock::Create(Ctx, HeaderName+".rtli.ph", in processCopyingStore()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3076 SmallString<128> HeaderName(H.getName()); in WriteSubmodules() local 3077 PreparePathForOutput(HeaderName); in WriteSubmodules() 3078 Stream.EmitRecordWithBlob(TopHeaderAbbrev, Record, HeaderName); in WriteSubmodules()
|
H A D | ASTReader.cpp | 5896 std::string HeaderName(Blob); in ReadSubmoduleBlock() local 5897 ResolveImportedPath(F, HeaderName); in ReadSubmoduleBlock() 5898 CurrentModule->addTopHeaderFilename(HeaderName); in ReadSubmoduleBlock()
|