Searched refs:Annotation (Results 1 – 11 of 11) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 635 // Annotation for #pragma unused(...) 640 // Annotation for #pragma GCC visibility... 645 // Annotation for #pragma pack... 650 // Annotation for #pragma clang __debug parser_crash... 655 // Annotation for #pragma clang __debug captured... 660 // Annotation for #pragma ms_struct... 665 // Annotation for #pragma align... 670 // Annotation for #pragma weak id 675 // Annotation for #pragma weak id = id 680 // Annotation for #pragma redefine_extname... [all …]
|
| H A D | Builtins.def | 1189 // Annotation function
|
| H A D | Attr.td | 407 let Args = [StringArgument<"Annotation">];
|
| H A D | AttrDocs.td | 850 def DocCatConsumed : DocumentationCategory<"Consumed Annotation Checking"> {
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 940 NestedNameSpecifierAnnotation *Annotation in SaveNestedNameSpecifierAnnotation() local 942 Annotation->NNS = SS.getScopeRep(); in SaveNestedNameSpecifierAnnotation() 943 memcpy(Annotation + 1, SS.location_data(), SS.location_size()); in SaveNestedNameSpecifierAnnotation() 944 return Annotation; in SaveNestedNameSpecifierAnnotation() 955 NestedNameSpecifierAnnotation *Annotation in RestoreNestedNameSpecifierAnnotation() local 957 SS.Adopt(NestedNameSpecifierLoc(Annotation->NNS, Annotation + 1)); in RestoreNestedNameSpecifierAnnotation()
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | super-dealloc-attribute.m | 29 - (void) AnnotMyDeallocMeth; // Annotated in root but not here. Annotation is inherited though 60 - (void) AnnotMyDeallocMethCAT; // Annotated in root but not here. Annotation is inherited though
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/IndVarSimplify/ |
| H A D | 2004-04-05-InvokeCastCrash.ll | 11 %"struct.llvm::Annotable" = type { i32 (...)**, %"struct.llvm::Annotation"* } 12 …%"struct.llvm::Annotation" = type { i32 (...)**, %"struct.llvm::AnnotationID", %"struct.llvm::Anno… 27 …%"struct.llvm::MachineFunction" = type { %"struct.llvm::Annotation", %"struct.llvm::Function"*, %"…
|
| /minix3/external/bsd/llvm/dist/clang/docs/ |
| H A D | InternalsManual.rst | 639 translation by replacing tokens returned by the preprocessor with "Annotation 644 Annotation Tokens 647 Annotation tokens are tokens that are synthesized by the parser and injected 657 Annotation tokens are created by the parser and reinjected into the parser's 675 * **TokenKind "Kind"** --- This indicates the kind of Annotation token this is. 678 Annotation tokens currently come in three kinds:
|
| H A D | AttributeReference.rst | 877 Consumed Annotation Checking
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCOpts.cpp | 1034 GenerateARCBB ## _type ## Annotation(_name, (_bb), Ptr, Seq); \
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4760 void RestoreNestedNameSpecifierAnnotation(void *Annotation,
|