Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1331 QualType getVolatileType(QualType T) const { in getVolatileType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8673 AdjustAddressSpaceForBuiltinOperandType(S, S.Context.getVolatileType(T), in AddBuiltinAssignmentOperatorCandidates()
8771 Base = S.Context.getVolatileType(Base); in makeQualifiedLValueReferenceType()
8892 S.Context.getVolatileType(CandidateTy)); in addPlusPlusMinusMinusStyleOverloads()
9455 S.Context.getLValueReferenceType(S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads()
9499 S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads()
9571 ParamTypes[0] = S.Context.getVolatileType(Vec1Ty); in addAssignmentArithmeticOverloads()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11997 Type = Context.getVolatileType(Type); in DecodeTypeFromStr()