/llvm-project/clang/test/CodeGen/ |
H A D | transparent-union-redecl.c | 15 void f0(TU tu) {} in f0() argument 23 void f1(TU tu) {} in f1() argument 43 knrStyle(tu) knrStyle() argument [all...] |
H A D | nonnull.c | 49 int bar6(TransparentUnion tu) __attribute__((nonnull(1))) { in bar6()
|
/llvm-project/clang/test/Modules/ |
H A D | implicit-private-with-submodule-explicit.m | 29 void tu(void) { function
|
/llvm-project/clang/test/Sema/ |
H A D | transparent-union.c | 18 TU tu; in g() local 49 void f_triple0(TU tu) {} in f_triple0() 54 void f_triple1(TU tu) {} // expected-note{{previous definition is here}} in f_triple1() 59 void f_triple2(TU tu) {} in f_triple2() 67 TU tu; in caller() local
|
/llvm-project/clang/bindings/python/tests/cindex/ |
H A D | test_translation_unit.py | 33 save_tu(tu) global() argument 44 save_tu_pathlike(tu) global() argument [all...] |
/llvm-project/clang/test/ClangScanDeps/ |
H A D | modules-pch-imports.c | 104 void tu(void) { in tu() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-gnu.cpp | 49 void tu() { in tu() function
|
/llvm-project/clang/tools/libclang/ |
H A D | CXTranslationUnit.h | 74 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } in CXTUOwner()
|
H A D | CXExtractAPI.cpp | 107 enum CXErrorCode clang_createAPISet(CXTranslationUnit tu, CXAPISet *out_api) { in clang_createAPISet()
|
H A D | CIndex.cpp | 4295 CXTranslationUnit tu = static_cast<CXTranslationUnit>(CT.data[1]); clang_Type_getObjCEncoding() local 6839 CXTranslationUnit tu = getCursorTU(C); clang_getCursorReferenced() local [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-likelihood-if-vs-builtin-expect.cpp | 199 void tu(int &i) { in tu() function
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.cpp | 535 DWARFTypeUnit *tu = ReferencedUnitAndOffset() local
|
H A D | DebugNamesDWARFIndex.cpp | 43 for (uint32_t tu = 0; tu < num_tus; ++tu) in GetTypeUnitSignatures() local 57 for (uint32_t tu = 0; tu < num_tus; ++tu) in GetUnits() local
|
H A D | ManualDWARFIndex.cpp | 63 if (auto *tu = Index() local
|
H A D | SymbolFileDWARF.cpp | 1111 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetFile() local 1118 GetTypeUnitSupportFiles(DWARFTypeUnit & tu) GetTypeUnitSupportFiles() argument
|
/llvm-project/flang/test/Lower/forall/ |
H A D | array-pointer.f90 | 20 type tu type
|
/llvm-project/lldb/unittests/SymbolFile/PDB/ |
H A D | SymbolFilePDBTests.cpp | 451 auto tu = ast_ctx.getTranslationUnitDecl(); in TEST_F() local
|
/llvm-project/lldb/tools/lldb-test/ |
H A D | lldb-test.cpp | 681 clang::TranslationUnitDecl *tu = ast_ctx.getTranslationUnitDecl(); dumpAST() local
|