Home
last modified time | relevance | path

Searched defs:InitType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DFoldInitTypeCheck.cpp80 const BuiltinType &InitType, in isValidBuiltinFold()
107 const BuiltinType &InitType, in doCheck()
121 const auto *InitType = Result.Nodes.getNodeAs<BuiltinType>("InitType"); in check() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseDefaultMemberInitCheck.cpp26 static StringRef getValueOfValueInit(const QualType InitType) { in getValueOfValueInit()
H A DLoopConvertUtils.cpp375 QualType InitType = Init->getType(); in isAliasDecl() local
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp215 std::string InitType; in SetValue() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp4333 auto *InitType = Init->getType(); in GetOrCreateLLVMGlobal() local
4755 llvm::Type* InitType = Init->getType(); in EmitGlobalVarDefinition() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2378 QualType InitType; in FinishForRangeVarDecl() local
H A DSemaDecl.cpp12375 QualType InitType = Init->getType(); in checkNonTrivialCUnionInInitializer() local
13067 QualType InitType = Init->getType(); in AddInitializerToDecl() local
H A DSemaInit.cpp4424 QualType InitType = InitList->getInit(0)->getType(); in TryListInitialization() local
H A DSemaExprCXX.cpp2358 QualType InitType; in BuildCXXNew() local
H A DSemaOverload.cpp5043 QualType InitType = From->getInit(0)->getType(); in TryListConversion() local