Home
last modified time | relevance | path

Searched refs:TheType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp583 void *P = new TheType; // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()
584 …size_t x = __builtin_offsetof(TheType, f2); // expected-warning {{unqualified lookup}} expected-er… in foo()
586 } catch (TheType) { // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()
589 _Atomic(TheType) a; // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()
595 void *p = new TheType; // expected-warning {{unqualified lookup}} expected-error {{no type}} in out_of_line()
599 struct TheType { struct
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp238 const Type *TheType = VD->getType().getNonReferenceType().getTypePtrOrNull(); in isStandardSmartPointer() local
239 if (!TheType) in isStandardSmartPointer()
242 const CXXRecordDecl *RecordDecl = TheType->getAsCXXRecordDecl(); in isStandardSmartPointer()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp4296 Type *TheType = Operand->getType(); in printInstruction() local
4307 if (Operand && Operand->getType() != TheType) { in printInstruction()
4316 TypePrinter.print(TheType, Out); in printInstruction()