Searched defs:TypeQuals (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp137 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, argument
H A DType.cpp188 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType ET, const llvm::APInt &ArraySize, const Expr *SizeExpr, ArraySizeModifier SizeMod, unsigned TypeQuals) argument
210 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType ET, ArraySizeModifier SizeMod, unsigned TypeQuals, Expr *E) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2599 unsigned TypeQuals = 0; local
2613 unsigned TypeQuals = 0; local
[all...]
H A DType.h3973 Qualifiers TypeQuals; member in struct:clang::FunctionType::ExtInfo::final::ExtProtoInfo
3016 Profile(llvm::FoldingSetNodeID &ID, QualType ET, ArraySizeModifier SizeMod, unsigned TypeQuals) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1189 unsigned TypeQuals : 5; member in struct:clang::DeclaratorChunk::PointerTypeInfo
1222 unsigned TypeQuals : 5; member in struct:clang::DeclaratorChunk::ArrayTypeInfo
1507 unsigned TypeQuals : 5; member in struct:clang::DeclaratorChunk::BlockPointerTypeInfo
1515 unsigned TypeQuals : 5; member in struct:clang::DeclaratorChunk::MemberPointerTypeInfo
1568 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, argument
1587 static DeclaratorChunk getReference(unsigned TypeQuals, SourceLocation Loc, argument
1598 static DeclaratorChunk getArray(unsigned TypeQuals, argument
1639 getBlockPointer(unsigned TypeQuals, SourceLocation Loc) argument
1649 getPipe(unsigned TypeQuals, SourceLocation Loc) argument
1658 getMemberPointer(const CXXScopeSpec &SS, unsigned TypeQuals, SourceLocation StarLoc, SourceLocation EndLoc) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp826 unsigned TypeQuals = DS.getTypeQualifiers(); local
777 diagnoseAndRemoveTypeQualifiers(Sema &S, const DeclSpec &DS, unsigned &TypeQuals, QualType TypeSoFar, unsigned RemoveTQs, unsigned DiagID) argument
[all...]

Completed in 234 milliseconds