Home
last modified time | relevance | path

Searched refs:Annotation (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def635 // 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 DBuiltins.def1189 // Annotation function
H A DAttr.td407 let Args = [StringArgument<"Annotation">];
H A DAttrDocs.td850 def DocCatConsumed : DocumentationCategory<"Consumed Annotation Checking"> {
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp940 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 Dsuper-dealloc-attribute.m29 - (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 D2004-04-05-InvokeCastCrash.ll11 %"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 DInternalsManual.rst639 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 DAttributeReference.rst877 Consumed Annotation Checking
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1034 GenerateARCBB ## _type ## Annotation(_name, (_bb), Ptr, Seq); \
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h4760 void RestoreNestedNameSpecifierAnnotation(void *Annotation,