Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1278 QualType getVolatileType(QualType T) const { in getVolatileType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8664 AdjustAddressSpaceForBuiltinOperandType(S, S.Context.getVolatileType(T), in AddBuiltinAssignmentOperatorCandidates()
8762 Base = S.Context.getVolatileType(Base); in makeQualifiedLValueReferenceType()
8865 S.Context.getVolatileType(CandidateTy)); in addPlusPlusMinusMinusStyleOverloads()
9428 S.Context.getLValueReferenceType(S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads()
9472 S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads()
9544 ParamTypes[0] = S.Context.getVolatileType(Vec1Ty); in addAssignmentArithmeticOverloads()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11514 Type = Context.getVolatileType(Type); in DecodeTypeFromStr()