reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/MicrosoftMangle.cpp
 2255             dyn_cast_or_null<AutoType>(ResultType->getContainedAutoType())) {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1666     if (Method->getType()->castAs<FunctionProtoType>()->getContainedAutoType())
 4568             FD->getType()->castAs<FunctionProtoType>()->getContainedAutoType())
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  114         FnD->getAsFunction()->getReturnType()->getContainedAutoType()) &&
tools/clang/lib/Sema/SemaDecl.cpp
 3455       AutoType *OldAT = Old->getReturnType()->getContainedAutoType();
tools/clang/lib/Sema/SemaStmt.cpp
 1930       if (FirstType->getContainedAutoType()) {
 3268     AutoType *AT = CurCap->ReturnType->getContainedAutoType();
 3522     AutoType *NewAT = Deduced->getContainedAutoType();
 3621       FnRetType->getContainedAutoType()) {
 3636     if (AutoType *AT = FnRetType->getContainedAutoType()) {
tools/clang/lib/Sema/SemaTemplate.cpp
 1177       << QualType(TInfo->getType()->getContainedAutoType(), 0);
 6400         !Arg->getType()->getContainedAutoType()) {
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4074       Function->getReturnType()->getContainedAutoType()) {
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 4297       !PatternDecl->getReturnType()->getContainedAutoType())
tools/clang/lib/Sema/SemaType.cpp
 4516       const AutoType *AT = T->getContainedAutoType();
tools/clang/lib/Serialization/ASTReaderDecl.cpp
  846                              ->getReturnType()->getContainedAutoType()) {
tools/clang/tools/extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
  125   if (New->getType()->getPointeeType()->getContainedAutoType())
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  260     auto *AT = D->getType()->getContainedAutoType();
tools/clang/tools/extra/clangd/XRefs.cpp
  783     if (auto *AT = D->getType()->getContainedAutoType()) {
  812     const AutoType *AT = D->getReturnType()->getContainedAutoType();