Home
last modified time | relevance | path

Searched defs:Includes (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp73 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 DPreambleTests.cpp98 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 DReplayPeambleTests.cpp69 static std::vector<Inclusion> Includes; variable
H A DParsedASTTests.cpp399 IncludeStructure Includes = PatchedAST->getIncludeStructure(); in TEST() local
443 IncludeStructure Includes = ExpectedAST.getIncludeStructure(); in TEST() local
[all...]
H A DIndexActionTests.cpp53 includesAre(const std::vector<std::string> &Includes) { in includesAre()
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DHTMLReport.cpp138 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 DParsedAST.cpp146 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 DParsedAST.h159 IncludeStructure Includes; global() variable
H A DHeaders.cpp164 auto Includes = Sym.IncludeHeaders; in getRankedIncludes() local
257 llvm::SmallVector<const Inclusion *> Includes; in mainFileIncludesWithSpelling() local
H A DPreamble.cpp217 IncludeStructure Includes; member in clang::clangd::__anon0b7b15160111::CppFilePreambleCallbacks
330 std::vector<Inclusion> Includes; member
386 IncludeStructure Includes; in scanPreamble() local
[all...]
H A DPreamble.h109 IncludeStructure Includes; global() member
H A DCodeComplete.h206 llvm::SmallVector<IncludeCandidate, 1> Includes; global() member
H A DConfigFragment.h262 IncludesBlock Includes; global() member
H A DConfig.h118 } Includes; member
/llvm-project/mlir/docs/
H A DPDLL.md244 ### 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 DRecord.h147 include_cleaner::Includes Includes; member
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DLLVMModuleTest.cpp43 llvm::ArrayRef<llvm::StringLiteral> Includes) { in runIncludeOrderCheck()
H A DModernizeModuleTest.cpp24 std::vector<std::string> Includes; in tokenify() local
/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h69 std::vector<std::string> Includes; variable
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h37 bool Includes(const llvm::APSInt &Point) const { in Includes() function
/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp307 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 DLangOptions.cpp91 std::vector<std::string> &Includes, in setLangDefaults() argument
/llvm-project/clang/unittests/Tooling/
H A DHeaderIncludesTest.cpp25 HeaderIncludes Includes(FileName, Code, Style); in insert() local
37 HeaderIncludes Includes(FileName, Code, Style); in remove() local
/llvm-project/clang/unittests/Lex/
H A DModuleDeclStateTest.cpp70 std::vector<std::string> Includes; in getPreprocessor() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp129 static bool Includes(std::vector<tid_t> first, std::vector<tid_t> second) { Includes() function

12