Home
last modified time | relevance | path

Searched defs:IAT (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp154 else if (const auto *IAT = dyn_cast<IncompleteArrayType>(AT)) in desugarForDiagnostic() local
H A DMicrosoftMangle.cpp3187 const IncompleteArrayType *IAT = in mangleArrayType() local
H A DASTContext.cpp6478 if (const auto *IAT = dyn_cast<IncompleteArrayType>(AT)) { in getUnqualifiedArrayType() local
7329 if (const auto *IAT = dyn_cast<IncompleteArrayType>(ATy)) in getAsArrayType() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h609 IAT, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6942 const auto *IAT = cast<IncompleteArrayType>(Old); in wrap() local
8846 if (const auto *IAT = Context.getAsIncompleteArrayType(DestType)) { in completeExprArrayBound() local
H A DSemaInit.cpp225 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(AT)) { in CheckStringInit() local
H A DSemaOverload.cpp5319 if (const auto *IAT = dyn_cast<IncompleteArrayType>(AT)) in TryListConversion() local