Home
last modified time | relevance | path

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

12345678910

/llvm-project/clang/test/Rewriter/
H A Dobjc-modern-class-init-hooks.mm4 @interface Root @end interface
14 @implementation Root @end implementation
16 @interface Root(Cat) @end interface in Cat
20 @implementation Root(Cat) @end implementation in Cat
H A Dobjc-modern-class-init.mm4 @interface Root @end interface
14 @implementation Root @end implementation
16 @interface Root(Cat) @end interface in Cat
20 @implementation Root(Cat) @end implementation in Cat
H A Dno-integrated-preprocessing-64bit.m7 @interface Root @end interface
H A Dno-integrated-preprocessing.m8 @interface Root @end interface
/llvm-project/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
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.cpp72 BuildSyntaxTree(syntax::TranslationUnit * & Root,std::unique_ptr<syntax::TokenBuffer> & TB,std::unique_ptr<syntax::TokenBufferTokenManager> & TM,std::unique_ptr<syntax::Arena> & Arena,std::unique_ptr<syntax::TokenCollector> Tokens) buildTree() argument
91 syntax::TranslationUnit *&Root; buildTree() member in SyntaxTreeTest::buildTree::BuildSyntaxTree
100 BuildSyntaxTreeAction(syntax::TranslationUnit * & Root,std::unique_ptr<syntax::TokenBufferTokenManager> & TM,std::unique_ptr<syntax::TokenBuffer> & TB,std::unique_ptr<syntax::Arena> & Arena) buildTree() argument
116 syntax::TranslationUnit *&Root; buildTree() member in SyntaxTreeTest::buildTree::BuildSyntaxTreeAction
157 syntax::TranslationUnit *Root = nullptr; buildTree() local
171 nodeByRange(llvm::Annotations::Range R,syntax::Node * Root) nodeByRange() argument
[all...]
H A DMutationsTest.cpp29 auto *Root = buildTree(Source.code(), GetParam()); in CheckTransformation() local
47 TranslationUnit *Root) { in __anonb432754e0202() argument
/llvm-project/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
/llvm-project/llvm/tools/dsymutil/
H A DReproducer.cpp17 SmallString<128> Root; in createReproducerDir() local
73 ReproducerUse::ReproducerUse(StringRef Root, std::error_code &EC) { in ReproducerUse()
88 Reproducer::createReproducer(ReproducerMode Mode, StringRef Root, int Argc, in createReproducer()
/llvm-project/clang-tools-extra/pseudo/lib/
H A DDisambiguate.cpp
/llvm-project/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/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp61 bool validate(const ContextRoot *Root) { in validate() argument
240 setupContext(ContextRoot * Root,GUID Guid,uint32_t NrCounters,uint32_t NrCallsites) setupContext() argument
257 __llvm_ctx_profile_start_context(ContextRoot * Root,GUID Guid,uint32_t Counters,uint32_t Callsites) __llvm_ctx_profile_start_context() argument
272 __llvm_ctx_profile_release_context(ContextRoot * Root) __llvm_ctx_profile_release_context() argument
285 auto *Root = AllContextRoots[I]; __llvm_ctx_profile_start_collection() local
303 auto *Root = AllContextRoots[I]; __llvm_ctx_profile_fetch() local
[all...]
/llvm-project/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/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h
/llvm-project/clang/test/FixIt/
H A Dfixit-missing-self-in-block.m5 @interface Root @end interface
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.h94 const Stmt *Root; variable
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
H A Dclang-ast-from-dwarf-objc-property.m7 @interface Root interface
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp3.cpp6 namespace Root { namespace

12345678910