Home
last modified time | relevance | path

Searched refs:Typedef1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/ASTMerge/typedef/Inputs/
H A Dtypedef1.c1 typedef int Typedef1; typedef
3 Typedef1 x1;
H A Dtypedef2.c1 typedef int Typedef1; typedef
3 Typedef1 x1;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.c20 typedef const char *Typedef1; in f() typedef
21 (Typedef1)cpc; in f()
H A Dreadability-casting.cpp14 typedef const char *Typedef1; in f() typedef
16 Typedef1 t1; in f()
23 (Typedef1)cpc; in f()
26 (Typedef1)t1; in f()
H A Dreadability-casting.mm15 typedef const char *Typedef1;
17 Typedef1 t1;
20 (Typedef1)cpc;