/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 131 struct Attributes { struct 132 Attributes() : IsSystem(), IsExternC(), IsExhaustive() {} in Attributes() function 152 Attributes Attrs; argument
|
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | AttributesTest.cpp | 17 TEST(Attributes, Uniquing) { in TEST() argument 34 TEST(Attributes, Ordering) { in TEST() argument
|
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/ |
H A D | enumerations.py | 33 Attributes = [ variable
|
/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | CommandLine.rst | 930 .. _cl::desc(...): 936 .. _cl::value_desc: 942 .. _cl::init: 956 .. _cl::location: 962 .. _cl::aliasopt: 967 .. _cl::values: 989 .. _cl::multi_val: 999 .. _cl::cat:
|
H A D | LangRef.rst | 908 .. _attr_inalloca: 953 .. _noalias: 981 .. _nest: 1015 .. _gc: 1373 .. _moduleasm:
|
/minix3/external/bsd/llvm/dist/clang/docs/ |
H A D | Modules.rst | 748 Attributes section in Module Map Language
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 147 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() local 244 makePropertyAttributesAsWritten(unsigned Attributes) { in makePropertyAttributesAsWritten() 321 const unsigned Attributes, in HandlePropertyInClassExtension() 529 const unsigned Attributes, in CreatePropertyDecl() 1764 unsigned Attributes = Property->getPropertyAttributes(); in AtomicPropertySetterGetterRules() local 2082 unsigned &Attributes, in CheckObjCPropertyAttributes()
|
H A D | SemaCodeComplete.cpp | 4647 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { in ObjCPropertyFlagConflicts() 4682 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags() local
|
H A D | SemaOpenMP.cpp | 80 OpenMPClauseKind Attributes; member
|
H A D | SemaChecking.cpp | 8201 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns() local
|
H A D | SemaDeclCXX.cpp | 1499 ParsedAttributes &Attributes, in ActOnBaseSpecifier()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | Builtins.h | 53 const char *Name, *Type, *Attributes, *HeaderName; member
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/ |
H A D | Cloning.cpp | 155 TEST_F(CloneInstruction, Attributes) { in TEST_F() argument
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 1189 ParsedAttributesWithRange &Attributes) { in ParseClassSpecifier() 1809 ParsedAttributesWithRange Attributes(AttrFactory); in ParseBaseSpecifier() local
|
H A D | ParseStmt.cpp | 2044 ParsedAttributesWithRange Attributes(AttrFactory); in ParseCXXCatchBlock() local
|
H A D | ParseDecl.cpp | 3225 ParsedAttributesWithRange Attributes(AttrFactory); in ParseDeclarationSpecifiers() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1046 typedef ModuleMap::Attributes Attributes; typedef in clang::ModuleMapParser
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
H A D | COFF.h | 196 support::ulittle32_t Attributes; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 789 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl() local
|
H A D | RewriteModernObjC.cpp | 953 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl() local
|