Home
last modified time | relevance | path

Searched refs:getCanonicalParamType (Results 26 – 50 of 80) sorted by relevance

1234

/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp237 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
238 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
252 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
253 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
280 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
281 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
341 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
H A DCGStmtOpenMP.cpp366 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
369 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
372 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
375 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
379 return C.getCanonicalParamType(T); in getCanonicalParamType()
463 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGObjCMac.cpp237 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
238 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
252 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
253 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
280 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
281 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
341 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
H A DCGStmtOpenMP.cpp366 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
369 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
372 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
375 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
379 return C.getCanonicalParamType(T); in getCanonicalParamType()
463 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp237 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
238 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
252 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
253 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
280 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
281 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
341 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
H A DCGStmtOpenMP.cpp351 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
354 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
357 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
360 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
364 return C.getCanonicalParamType(T); in getCanonicalParamType()
446 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
H A DCGStmtOpenMP.cpp383 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
386 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
389 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
392 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
396 return C.getCanonicalParamType(T); in getCanonicalParamType()
480 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp237 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
238 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
252 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
253 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
280 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
281 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
341 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
H A DCGStmtOpenMP.cpp351 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
354 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
357 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
360 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
364 return C.getCanonicalParamType(T); in getCanonicalParamType()
446 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
H A DCGStmtOpenMP.cpp383 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
386 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
389 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
392 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
396 return C.getCanonicalParamType(T); in getCanonicalParamType()
480 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
H A DCGStmtOpenMP.cpp367 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
370 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
373 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
376 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
380 return C.getCanonicalParamType(T); in getCanonicalParamType()
464 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
H A DCGStmtOpenMP.cpp367 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
370 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
373 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
376 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
380 return C.getCanonicalParamType(T); in getCanonicalParamType()
464 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
H A DCGStmtOpenMP.cpp383 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
386 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
389 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
392 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
396 return C.getCanonicalParamType(T); in getCanonicalParamType()
480 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
H A DCGStmtOpenMP.cpp383 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
386 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
389 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
392 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
396 return C.getCanonicalParamType(T); in getCanonicalParamType()
480 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp367 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
370 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
373 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
376 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
380 return C.getCanonicalParamType(T); in getCanonicalParamType()
464 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp383 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
386 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
389 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
392 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
396 return C.getCanonicalParamType(T); in getCanonicalParamType()
481 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp383 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
386 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
389 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
392 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
396 return C.getCanonicalParamType(T); in getCanonicalParamType()
480 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DASTContext.h2266 CanQualType getCanonicalParamType(QualType T) const;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DASTContext.h2248 CanQualType getCanonicalParamType(QualType T) const;

1234