Home
last modified time | relevance | path

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

12

/external/rust/cxx/gen/src/
Dinclude.rs22 pub struct Includes<'a> { struct
46 impl<'a> Includes<'a> { argument
83 let Includes { in write() localVariable
177 impl<'i, 'a> Extend<&'i Include> for Includes<'a> { implementation
192 impl<'a> Deref for Includes<'a> { implementation
200 impl<'a> DerefMut for Includes<'a> { implementation
/external/llvm-project/clang-tools-extra/clangd/index/
DCanonicalIncludes.cpp63 collectIWYUHeaderMaps(CanonicalIncludes *Includes) { in collectIWYUHeaderMaps()
66 PragmaCommentHandler(CanonicalIncludes *Includes) : Includes(Includes) {} in collectIWYUHeaderMaps()
83 CanonicalIncludes *const Includes; in collectIWYUHeaderMaps() member in clang::clangd::collectIWYUHeaderMaps::PragmaCommentHandler
DIndexAction.cpp129 std::unique_ptr<CanonicalIncludes> Includes, in IndexAction()
198 std::unique_ptr<CanonicalIncludes> Includes; member in clang::clangd::__anon54562b8f0111::IndexAction
223 auto Includes = std::make_unique<CanonicalIncludes>(); in createStaticIndexingAction() local
DFileIndex.cpp51 const CanonicalIncludes &Includes, bool IsIndexMainAST, in indexSymbols()
228 const CanonicalIncludes &Includes) { in indexHeaderSymbols()
418 const CanonicalIncludes &Includes) { in updatePreamble()
DSymbolCollector.h57 const CanonicalIncludes *Includes = nullptr; member
/external/tensorflow/tensorflow/core/profiler/utils/
Dtimespan.h68 bool Includes(const Timespan& other) const { in Includes() function
73 bool Includes(uint64 time_ps) const { return Includes(Timespan(time_ps)); } in Includes() function
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp122 static void attach(std::vector<Inclusion> Includes, CompilerInstance &Clang, in attach()
139 ReplayPreamble(std::vector<Inclusion> Includes, PPCallbacks *Delegate, in ReplayPreamble()
231 const std::vector<Inclusion> Includes; member in clang::clangd::__anon3ba0ddf90111::ReplayPreamble
373 IncludeStructure Includes; in build() local
538 std::vector<Diag> Diags, IncludeStructure Includes, in ParsedAST()
DParsedAST.h145 IncludeStructure Includes; variable
DPreamble.cpp120 IncludeStructure Includes; member in clang::clangd::__anon863f4f5a0111::CppFilePreambleCallbacks
220 std::vector<Inclusion> Includes; member
269 IncludeStructure Includes; in scanPreamble() local
306 std::vector<Diag> Diags, IncludeStructure Includes, in PreambleData()
DPreamble.h63 IncludeStructure Includes; member
DHeaders.cpp137 auto Includes = Sym.IncludeHeaders; in getRankedIncludes() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DPreambleTests.cpp83 IncludeStructure Includes; in collectPatchedIncludes() local
133 auto Includes = in TEST() local
154 auto Includes = collectPatchedIncludes(ModifiedContents, BaselineContents) in TEST() local
161 auto Includes = collectPatchedIncludes("#include <a.h>", "", "file\"name.cpp") in TEST() local
DSymbolCollectorTests.cpp1414 CanonicalIncludes Includes; in TEST_F() local
1444 CanonicalIncludes Includes; in TEST_F() local
1459 CanonicalIncludes Includes; in TEST_F() local
1474 CanonicalIncludes Includes; in TEST_F() local
DIndexActionTests.cpp43 IncludesAre(const std::vector<std::string> &Includes) { in IncludesAre()
DHeadersTests.cpp72 IncludeStructure Includes; in collectIncludes() local
/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.h72 Desc Includes; variable
/external/flatbuffers/docs/source/
DSchemas.md213 ### Includes subsection in Writing a schema {#flatbuffers_guide_writing_schema}
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Dgpu_compatibility.cc99 bool GPUCompatibilityList::Includes( in Includes() function in tflite::acceleration::GPUCompatibilityList
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DRangedConstraintManager.h37 bool Includes(const llvm::APSInt &v) const { in Includes() function
/external/clang/include/clang/Lex/
DPreprocessorOptions.h47 std::vector<std::string> Includes; variable
/external/clang/lib/Frontend/
DFrontendActions.cpp153 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { in operator +=()
159 SmallVectorImpl<char> &Includes, in addHeaderInclude()
186 SmallVectorImpl<char> &Includes) { in collectModuleHeaderIncludes()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessorOptions.h48 std::vector<std::string> Includes; variable
/external/llvm-project/clang-tools-extra/clangd/tool/
DCheck.cpp160 const CanonicalIncludes &Includes) { in buildAST()
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp285 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { in operator +=()
291 SmallVectorImpl<char> &Includes, in addHeaderInclude()
317 ModuleMap &ModMap, clang::Module *Module, SmallVectorImpl<char> &Includes) { in collectModuleHeaderIncludes()
/external/llvm-project/clang/unittests/Tooling/
DHeaderIncludesTest.cpp24 HeaderIncludes Includes(FileName, Code, Style); in insert() local
35 HeaderIncludes Includes(FileName, Code, Style); in remove() local

12