Home
last modified time | relevance | path

Searched defs:Root (Results 1 – 25 of 204) sorted by relevance

123456789

/llvm-project-15.0.7/clang/test/Rewriter/
H A Dobjc-modern-class-init-hooks.mm5 @interface Root @end interface
15 @implementation Root @end implementation
17 @interface Root(Cat) @end interface in Cat
21 @implementation Root(Cat) @end implementation in Cat
H A Dobjc-modern-class-init.mm5 @interface Root @end interface
15 @implementation Root @end implementation
17 @interface Root(Cat) @end interface in Cat
21 @implementation Root(Cat) @end implementation in Cat
H A Dno-integrated-preprocessing.m9 @interface Root @end interface
H A Dno-integrated-preprocessing-64bit.m8 @interface Root @end interface
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dpseudo-destructor.mm5 @interface Root interface
18 template void destroyPointer<Root*>(Root **); function
19 template void destroyReference<Root*>(Root *&); function
H A Dwarn-implicit-self-in-block.mm9 @interface Root @end interface
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.cpp72 BuildSyntaxTree(syntax::TranslationUnit *&Root, in buildTree()
91 syntax::TranslationUnit *&Root; in buildTree() member in SyntaxTreeTest::buildTree::BuildSyntaxTree
100 BuildSyntaxTreeAction(syntax::TranslationUnit *&Root, in buildTree()
116 syntax::TranslationUnit *&Root; in buildTree() member in SyntaxTreeTest::buildTree::BuildSyntaxTreeAction
157 syntax::TranslationUnit *Root = nullptr; in buildTree() local
171 syntax::Node *Root) { in nodeByRange()
H A DMutationsTest.cpp29 auto *Root = buildTree(Source.code(), GetParam()); in CheckTransformation() local
47 TranslationUnit *Root) { in __anona969432b0202()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Ddebug-info-direct-method.m6 @interface Root interface
9 @implementation Root implementation
H A Ddirect-method-ret-mismatch.m4 @interface Root interface
8 @implementation Root implementation
H A Dobjc2-weak-import-attribute.m38 __attribute__((weak_import)) @interface Root @end interface
46 @implementation Root @end implementation
H A Dattr-objc-runtime-visible.m5 @interface Root interface
H A Dnon-runtime-protocol.m30 @interface Root interface
32 @implementation Root implementation
H A Dattr-exception.m5 @interface Root { interface
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DReproducer.cpp16 SmallString<128> Root; in createReproducerDir() local
64 ReproducerUse::ReproducerUse(StringRef Root, std::error_code &EC) { in ReproducerUse()
79 Reproducer::createReproducer(ReproducerMode Mode, StringRef Root, int Argc, in createReproducer()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dduplicate-ivar-in-class-extension.m3 @interface Root @end interface
23 @interface Root () { interface in int
H A Dmethod-direct-arc.m6 @interface Root interface
12 @implementation Root implementation
H A Dmethod-direct.m14 @interface Root interface
28 @interface Root () interface in void
34 @interface Root(Direct) interface in Direct
39 @interface Root () interface in void
46 @interface Root (Direct2) interface in Direct2
85 @implementation Root implementation
H A Dgeneric-selection.m5 @interface Root { interface
/llvm-project-15.0.7/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h26 void *Root; // "DeltaTreeNode *" variable
/llvm-project-15.0.7/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp22 size_t PathPool::addFilePath(RootDirKind Root, in addFilePath()
72 PathPool::RootDirKind Root = PathPool::RootDirKind::Regular; in tryStoreDirPath() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.h96 const Stmt *Root; variable
/llvm-project-15.0.7/clang/test/FixIt/
H A Dfixit-missing-self-in-block.m6 @interface Root @end interface
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/
H A Dclang-ast-from-dwarf-objc-property.m7 @interface Root interface
/llvm-project-15.0.7/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp3.cpp6 namespace Root { namespace

123456789