/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | HeadersTests.cpp | 73 IncludeStructure &Includes) { in getID() argument 85 IncludeStructure Includes; in collectIncludes() local 165 auto Includes = collectIncludes(); TEST_F() local 184 auto Includes = collectIncludes(); TEST_F() local 216 auto Includes = collectIncludes(); TEST_F() local 269 auto Includes = collectIncludes(); TEST_F() local [all...] |
H A D | PreambleTests.cpp | 98 IncludeStructure Includes; in collectPatchedIncludes() local 147 auto Includes = in TEST() local 168 auto Includes = collectPatchedIncludes(ModifiedContents, BaselineContents) in TEST() local 175 auto Includes = collectPatchedIncludes("#include <a.h>", "", "file\"name.cpp") in TEST() local 268 auto Includes = createPatchedAST(Baseline, Modified.str()) in TEST() local
|
H A D | ReplayPeambleTests.cpp | 69 static std::vector<Inclusion> Includes; variable
|
H A D | ParsedASTTests.cpp | 399 IncludeStructure Includes = PatchedAST->getIncludeStructure(); in TEST() local 443 IncludeStructure Includes = ExpectedAST.getIncludeStructure(); in TEST() local [all...] |
H A D | IndexActionTests.cpp | 53 includesAre(const std::vector<std::string> &Includes) { in includesAre()
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | HTMLReport.cpp | 138 const include_cleaner::Includes &Includes; global() member in clang::include_cleaner::__anonf7a010870111::Reporter 151 SmallVector<const Include *> Includes = {}; global() member 212 Reporter(llvm::raw_ostream & OS,ASTContext & Ctx,const HeaderSearch & HS,const include_cleaner::Includes & Includes,const PragmaIncludes * PI,FileID MainFile) Reporter() argument 513 writeHTMLReport(FileID File,const include_cleaner::Includes & Includes,llvm::ArrayRef<Decl * > Roots,llvm::ArrayRef<SymbolReference> MacroRefs,ASTContext & Ctx,const HeaderSearch & HS,PragmaIncludes * PI,llvm::raw_ostream & OS) writeHTMLReport() argument [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | ParsedAST.cpp | 146 static void attach(std::vector<Inclusion> Includes, CompilerInstance &Clang, in attach() argument 163 ReplayPreamble(std::vector<Inclusion> Includes, PPCallbacks *Delegate, in ReplayPreamble() argument 253 const std::vector<Inclusion> Includes; member in clang::clangd::__anon68555b350111::ReplayPreamble 657 IncludeStructure Includes; build() local 838 ParsedAST(PathRef TUPath,llvm::StringRef Version,std::shared_ptr<const PreambleData> Preamble,std::unique_ptr<CompilerInstance> Clang,std::unique_ptr<FrontendAction> Action,syntax::TokenBuffer Tokens,MainFileMacros Macros,std::vector<PragmaMark> Marks,std::vector<Decl * > LocalTopLevelDecls,std::vector<Diag> Diags,IncludeStructure Includes,include_cleaner::PragmaIncludes PI) ParsedAST() argument [all...] |
H A D | ParsedAST.h | 159 IncludeStructure Includes; global() variable
|
H A D | Headers.cpp | 164 auto Includes = Sym.IncludeHeaders; in getRankedIncludes() local 257 llvm::SmallVector<const Inclusion *> Includes; in mainFileIncludesWithSpelling() local
|
H A D | Preamble.cpp | 217 IncludeStructure Includes; member in clang::clangd::__anon0b7b15160111::CppFilePreambleCallbacks 330 std::vector<Inclusion> Includes; member 386 IncludeStructure Includes; in scanPreamble() local [all...] |
H A D | Preamble.h | 109 IncludeStructure Includes; global() member
|
H A D | CodeComplete.h | 206 llvm::SmallVector<IncludeCandidate, 1> Includes; global() member
|
H A D | ConfigFragment.h | 262 IncludesBlock Includes; global() member
|
H A D | Config.h | 118 } Includes; member
|
/llvm-project/mlir/docs/ |
H A D | PDLL.md | 244 ### Includes subsection 250 `.pdll` includesPDLL - PDL Language""Language Specification""Includes global() argument 257 `.td` includesPDLL - PDL Language""Language Specification""Includes global() argument
|
/llvm-project/clang-tools-extra/include-cleaner/include/clang-include-cleaner/ |
H A D | Record.h | 147 include_cleaner::Includes Includes; member
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | LLVMModuleTest.cpp | 43 llvm::ArrayRef<llvm::StringLiteral> Includes) { in runIncludeOrderCheck()
|
H A D | ModernizeModuleTest.cpp | 24 std::vector<std::string> Includes; in tokenify() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 69 std::vector<std::string> Includes; variable
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 37 bool Includes(const llvm::APSInt &Point) const { in Includes() function
|
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 307 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { in operator +=() argument 313 SmallVectorImpl<char> &Includes, in addHeaderInclude() argument 339 collectModuleHeaderIncludes(const LangOptions & LangOpts,FileManager & FileMgr,DiagnosticsEngine & Diag,ModuleMap & ModMap,clang::Module * Module,SmallVectorImpl<char> & Includes) collectModuleHeaderIncludes() argument [all...] |
/llvm-project/clang/lib/Basic/ |
H A D | LangOptions.cpp | 91 std::vector<std::string> &Includes, in setLangDefaults() argument
|
/llvm-project/clang/unittests/Tooling/ |
H A D | HeaderIncludesTest.cpp | 25 HeaderIncludes Includes(FileName, Code, Style); in insert() local 37 HeaderIncludes Includes(FileName, Code, Style); in remove() local
|
/llvm-project/clang/unittests/Lex/ |
H A D | ModuleDeclStateTest.cpp | 70 std::vector<std::string> Includes; in getPreprocessor() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_linux_test.cpp | 129 static bool Includes(std::vector<tid_t> first, std::vector<tid_t> second) { Includes() function
|