Home
last modified time | relevance | path

Searched defs:Auto (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/test/Parser/
H A Dcxx0x-in-cxx98.cpp25 struct Auto { struct
28 auto Auto::n = 0; // expected-warning {{'auto' type specifier is a C++11 extension}} argument
/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h43 Auto, enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsignal-handler.cpp101 auto Auto = 28u; in handler_cpp() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx2c.cpp15 struct Auto {}; struct
H A Dtemp_arg_template_p0522.cpp68 namespace Auto { global() namespace
H A Dtemp_arg_nontype_cxx11.cpp27 namespace Auto { namespace
H A Dtemp_arg_nontype_cxx1z.cpp160 namespace Auto { namespace
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseTrailingReturnTypeCheck.cpp335 std::string &ReturnType, std::string &Auto, SourceRange ReturnTypeCVRange, in keepSpecifiers()
486 std::string Auto = NeedSpaceAfterAuto ? "auto " : "auto"; in check() local
H A DUseAutoCheck.cpp432 llvm::StringRef Auto = ShouldReplenishVariableName in replaceExpr() local
/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h174 Auto, global() enumerator
H A DCodeGenOptions.h153 Auto, // Choose Swift async extended frame info based on deployment target. global() enumerator
/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.h56 Auto, /// Diagnostics must be generated for this snapshot or a subsequent one, enumerator
H A DAST.cpp542 TemplateTypeParmTypeLoc Auto = in VisitParmVarDecl() local
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.h88 enum class ReplMode { Variable = 0, Command, Auto }; global() enumerator
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp351 template<auto> struct Auto {}; struct
/llvm-project/llvm/tools/dsymutil/
H A Ddsymutil.cpp93 Auto = Input | OutputOnValidInput, global() enumerator
/llvm-project/flang/lib/Semantics/
H A Dcheck-acc-structure.cpp376 CHECK_SIMPLE_CLAUSE(Auto, ACCC_auto) in CHECK_SIMPLE_CLAUSE() argument
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DAddConstTest.cpp373 TEST(Reference, Auto) { in TEST() argument
447 TEST(Pointers, Auto) { in TEST() argument
/llvm-project/llvm/tools/lli/
H A Dlli.cpp237 enum class LLJITPlatform { Inactive, Auto, ExecutorNative, GenericIR }; global() enumerator
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2966 InventTemplateParameter(TypeProcessingState & state,QualType T,TypeSourceInfo * TrailingTSI,AutoType * Auto,InventedTemplateParameterInfo & Info) InventTemplateParameter() argument
3140 AutoType *Auto = dyn_cast<AutoType>(Deduced); GetDeclSpecTypeForDeclarator() local
4816 } else if (AutoType *Auto = T->getContainedAutoType()) { GetFullTypeForDeclarator() local
[all...]
H A DSemaCodeComplete.cpp5619 AutoType *Auto = Unresolved->getContainedAutoType(); getApproximateType() local
/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2126 auto *Auto = TargetType->getContainedDeducedType(); VisitCXXFunctionalCastExpr() local
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp295 Auto, global() enumerator
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp3808 namespace Auto { namespace