Searched refs:addInclude (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| H A D | RewriteRule.h | 212 ASTEdit addInclude(RangeSelector Target, StringRef Header, 219 inline ASTEdit addInclude(StringRef Header, 221 return addInclude(expansion(node(RootID)), Header, Format); 320 void addInclude(RewriteRule &Rule, llvm::StringRef Header,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceProcessor.h | 32 void addInclude(const PathType &IncludePath) { in addInclude() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessorLexer.h | 188 void addInclude(StringRef Filename, const FileEntry &File, in addInclude() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 160 ASTEdit transformer::addInclude(RangeSelector Target, StringRef Header, in addInclude() function in transformer 328 void transformer::addInclude(RewriteRule &Rule, StringRef Header, in addInclude() function in transformer 331 Case.Edits = flatten(std::move(Case.Edits), addInclude(Header, Format)); in addInclude()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 2027 CurLexer->addInclude(OriginalFilename, File->getFileEntry(), FilenameLoc); in HandleHeaderIncludeOrImport()
|