Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9134 AdjustAddressSpaceForBuiltinOperandType(S, S.Context.getVolatileType(T), in AddBuiltinAssignmentOperatorCandidates()
9230 Base = S.Context.getVolatileType(Base); in makeQualifiedLValueReferenceType()
9350 S.Context.getVolatileType(CandidateTy)); in addPlusPlusMinusMinusStyleOverloads()
9913 S.Context.getLValueReferenceType(S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads()
9957 S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads()
10029 ParamTypes[0] = S.Context.getVolatileType(Vec1Ty); in addAssignmentArithmeticOverloads()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1433 QualType getVolatileType(QualType T) const { in getVolatileType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12622 Type = Context.getVolatileType(Type); in DecodeTypeFromStr()