Searched refs:TyLoc (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLocVisitor.h22 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
27 RetTy Visit(TypeLoc TyLoc) { argument
28 switch (TyLoc.getTypeLocClass()) {
37 RetTy Visit(UnqualTypeLoc TyLoc) { argument
38 switch (TyLoc.getTypeLocClass()) {
48 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
53 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); } argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp45 SourceRange Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
46 return TyLoc.getLocalSourceRange(); \
64 unsigned Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
65 return TyLoc.getLocalDataAlignment(); \
84 unsigned Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
85 return TyLoc.getLocalDataSize(); \
95 TypeLoc TyLoc(Ty, nullptr);
97 while (!TyLoc.isNull()) {
98 unsigned Align = getLocalAlignmentForType(TyLoc.getType());
101 Total += TypeSizer().Visit(TyLoc);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1062 LocTy TyLoc; local
1070 ParseType(Ty, TyLoc))
1084 return Error(TyLoc, "invalid type for global variable");
1110 return Error(TyLoc,
6830 Type *Ty = nullptr; LocTy TyLoc;
6832 if (ParseType(Ty, TyLoc))
7009 LocTy SizeLoc, TyLoc, ASLoc;
7017 if (ParseType(Ty, TyLoc)) return true;
7020 return Error(TyLoc, "invalid type for alloca");
7060 return Error(TyLoc, "Canno
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp184 void Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc);
187 void VisitArrayTypeLoc(ArrayTypeLoc TyLoc);
188 void VisitFunctionTypeLoc(FunctionTypeLoc TyLoc);
H A DASTReader.cpp6454 void Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17670 QualType Sema::ActOnOpenMPDeclareReductionType(SourceLocation TyLoc,
17683 Diag(TyLoc, diag::err_omp_reduction_wrong_type) << 0;
17688 Diag(TyLoc, diag::err_omp_reduction_wrong_type) << 1;
17692 Diag(TyLoc, diag::err_omp_reduction_wrong_type) << 2;
17696 Diag(TyLoc, diag::err_omp_reduction_wrong_type) << 3;
17941 QualType Sema::ActOnOpenMPDeclareMapperType(SourceLocation TyLoc,
17951 Diag(TyLoc, diag::err_omp_mapper_wrong_type);
H A DTreeTransform.h4778 template <class TyLoc> static inline
4779 QualType TransformTypeSpecType(TypeLocBuilder &TLB, TyLoc T) {
4780 TyLoc NewT = TLB.push<TyLoc>(T.getType());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10135 QualType ActOnOpenMPDeclareReductionType(SourceLocation TyLoc,
10160 QualType ActOnOpenMPDeclareMapperType(SourceLocation TyLoc,

Completed in 469 milliseconds