Home
last modified time | relevance | path

Searched defs:IncludedFile (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp31 struct IncludedFile { struct in __anon35f050940111::InclusionRewriter
34 IncludedFile(FileID Id, SrcMgr::CharacteristicKind FileType) in IncludedFile() argument
32 Id__anon35f050940111::InclusionRewriter::IncludedFile global() argument
33 FileType__anon35f050940111::InclusionRewriter::IncludedFile global() argument
[all...]
/freebsd-src/contrib/bmake/
H A Dparse.c135 typedef struct IncludedFile { global() struct
157 } IncludedFile; global() typedef
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp43 std::string &IncludedFile) { in AddIncludeFile() argument
54 std::string &IncludedFile) { in OpenIncludeFile() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp404 std::string IncludedFile; LexInclude() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp868 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile() local
884 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile() local
H A DMasmParser.cpp1166 std::string IncludedFile; in enterIncludeFile() local