/llvm-project/clang/test/Rewriter/ |
H A D | objc-modern-class-init-hooks.mm | 4 @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 D | objc-modern-class-init.mm | 4 @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 D | no-integrated-preprocessing-64bit.m | 7 @interface Root @end interface
|
H A D | no-integrated-preprocessing.m | 8 @interface Root @end interface
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | pseudo-destructor.mm | 5 @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 D | TreeTestBase.cpp | 72 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 D | MutationsTest.cpp | 29 auto *Root = buildTree(Source.code(), GetParam()); in CheckTransformation() local 47 TranslationUnit *Root) { in __anonb432754e0202() argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | debug-info-direct-method.m | 6 @interface Root interface 9 @implementation Root implementation
|
H A D | direct-method-ret-mismatch.m | 4 @interface Root interface 8 @implementation Root implementation
|
H A D | objc2-weak-import-attribute.m | 38 __attribute__((weak_import)) @interface Root @end interface 46 @implementation Root @end implementation
|
H A D | attr-objc-runtime-visible.m | 5 @interface Root interface
|
H A D | non-runtime-protocol.m | 30 @interface Root interface 32 @implementation Root implementation
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | Reproducer.cpp | 17 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 D | Disambiguate.cpp |
|
/llvm-project/clang/test/SemaObjC/ |
H A D | duplicate-ivar-in-class-extension.m | 3 @interface Root @end interface 23 @interface Root () { interface in int
|
H A D | method-direct-arc.m | 6 @interface Root interface 12 @implementation Root implementation
|
H A D | method-direct.m | 14 @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 D | generic-selection.m | 5 @interface Root { interface
|
/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.cpp | 61 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 D | SerializablePathCollection.cpp | 22 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 D | DeltaTree.h |
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-missing-self-in-block.m | 5 @interface Root @end interface
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ExprSequence.h | 94 const Stmt *Root; variable
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/ |
H A D | clang-ast-from-dwarf-objc-property.m | 7 @interface Root interface
|
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
H A D | p3.cpp | 6 namespace Root { namespace
|