Home
last modified time | relevance | path

Searched defs:Composite (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dlifetime-extended-regions.cpp26 struct Composite { struct
31 struct Derived : Composite { argument
[all...]
/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp
/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp508 Linker L(*Composite); in main() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp991 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { constructTypeDIE() local
H A DCodeViewDebug.cpp2415 } else if (auto *Composite = dyn_cast<DICompositeType>(Element)) { collectClassInfo() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp2127 struct Composite { struct
2128 n1TemplateArgument::Composite global() argument
2129 n2TemplateArgument::Composite global() argument
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1625 const CodeGenSubRegIndex *Composite = C->second; in computeSubRegLaneMasks() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7025 QualType Composite = FindCompositePointerType(QuestionLoc, LHS, RHS); CXXCheckConditionalOperands() local
7384 QualType Composite = Context.getCommonSugaredType(Composite1, Composite2); FindCompositePointerType() local
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSema.h8413 QualType Composite = global() variable