| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | property-deprecated-warning.m | 17 …note {{property 'target' is declared deprecated here}} expected-note {{'setTarget:' has been expli… 21 - (void)setTarget:(id)target; 31 - (void)setTarget:(id)target {}; 34 [self setTarget: (id)0]; // no-warning 46 - (void)setTarget:(id)target {}; 48 …[self setTarget: (id)0]; // expected-warning {{'setTarget:' is deprecated: first deprecated in iOS…
|
| /minix3/external/bsd/llvm/dist/clang/unittests/CodeGen/ |
| H A D | BufferSourceTest.cpp | 50 compiler.setTarget(clang::TargetInfo::CreateTargetInfo( in TEST()
|
| /minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
| H A D | objcmt-atomic-property.m | 69 - (void)setTarget:(id)target; 121 - (void)setTarget:(id)target;
|
| H A D | objcmt-ns-nonatomic-iosonly.m | 76 - (void)setTarget:(id)target; 128 - (void)setTarget:(id)target;
|
| H A D | objcmt-property.m | 69 - (void)setTarget:(id)target; 124 - (void)setTarget:(id)target;
|
| H A D | objcmt-arc-cf-annotations.m | 2062 - (void)setTarget:(id)aTarget;
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 256 void setTarget(const TargetInfo &Target);
|
| H A D | HeaderSearch.h | 362 void setTarget(const TargetInfo &Target);
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 150 Clang->setTarget(TargetInfo::CreateTargetInfo( in createChainedIncludesSource()
|
| H A D | ASTUnit.cpp | 1055 Clang->setTarget(TargetInfo::CreateTargetInfo( in Parse() 1520 Clang->setTarget(TargetInfo::CreateTargetInfo( in getMainBufferWithPrecompiledPreamble() 1781 Clang->setTarget(TargetInfo::CreateTargetInfo( in LoadFromCompilerInvocationAction() 2356 Clang->setTarget(TargetInfo::CreateTargetInfo( in CodeComplete()
|
| H A D | CompilerInstance.cpp | 80 void CompilerInstance::setTarget(TargetInfo *Value) { in setTarget() function in CompilerInstance 777 setTarget(TargetInfo::CreateTargetInfo(getDiagnostics(), in ExecuteAction()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 335 void setTarget(TargetInfo *Value);
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 539 void HeaderSearch::setTarget(const TargetInfo &Target) { in setTarget() function in HeaderSearch 540 ModMap.setTarget(Target); in setTarget()
|
| H A D | Preprocessor.cpp | 179 HeaderInfo.setTarget(Target); in Initialize()
|
| H A D | ModuleMap.cpp | 102 void ModuleMap::setTarget(const TargetInfo &Target) { in setTarget() function in ModuleMap
|
| /minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
| H A D | ToolChains.h | 376 void setTarget(DarwinPlatformKind Platform, unsigned Major, unsigned Minor, in setTarget() function
|
| H A D | ToolChains.cpp | 581 setTarget(Platform, Major, Minor, Micro); in AddDeploymentTarget()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Stmt.h | 1264 void setTarget(Expr *E) { Target = reinterpret_cast<Stmt*>(E); } in setTarget() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 260 S->setTarget(Reader.ReadSubExpr()); in VisitIndirectGotoStmt()
|