Searched defs:TargetPlatform (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | Darwin.h | 311 mutable DarwinPlatformKind TargetPlatform; global() variable |
H A D | Darwin.cpp | 2903 sdkSupportsBuiltinModules(const Darwin::DarwinPlatformKind & TargetPlatform,const std::optional<DarwinSDKInfo> & SDKInfo) sdkSupportsBuiltinModules() argument |
/llvm-project/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 658 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); CheckAvailability() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaAvailability.cpp | 69 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); getAttrForPlatform() local |
H A D | SemaHLSL.cpp | 777 StringRef TargetPlatform = FindAvailabilityAttr() local |