Home
last modified time | relevance | path

Searched refs:createTypeAttribute (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Sema/
H A DParsedAttr.h700 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
879 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Sema/
H A DParsedAttr.h704 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
907 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h704 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
907 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Sema/
H A DParsedAttr.h736 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
931 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Sema/
H A DParsedAttr.h794 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
997 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Sema/
H A DParsedAttr.h790 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
993 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Sema/
H A DParsedAttr.h790 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
993 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Sema/
H A DParsedAttr.h787 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
989 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Sema/
H A DParsedAttr.h794 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
997 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Sema/
H A DParsedAttr.h794 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
997 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Sema/
H A DParsedAttr.h845 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
1048 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DParsedAttr.h844 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
1047 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DParsedAttr.h844 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
1047 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h844 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
1047 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DParsedAttr.h844 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
1047 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Sema/
H A DParsedAttr.h844 ParsedAttr *createTypeAttribute(IdentifierInfo *attrName, in createTypeAttribute() function
1047 ParsedAttr *attr = pool.createTypeAttribute(attrName, attrRange, scopeName, in addNewTypeAttr()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Ddatabasemodel.h628 TypeAttribute createTypeAttribute();
H A Ddatabasemodel.cpp4137 TypeAttribute DatabaseModel::createTypeAttribute() in createTypeAttribute() function in DatabaseModel
4344 type->addAttribute(createTypeAttribute()); in createType()