Home
last modified time | relevance | path

Searched refs:SC_PrivateExtern (Results 1 – 25 of 121) sorted by relevance

12345

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/
H A DSpecifiers.h211 SC_PrivateExtern, enumerator
220 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DSpecifiers.h211 SC_PrivateExtern,
220 return SC <= SC_PrivateExtern;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Basic/
H A DSpecifiers.h239 SC_PrivateExtern, enumerator
248 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/
H A DSpecifiers.h240 SC_PrivateExtern, enumerator
249 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h240 SC_PrivateExtern, enumerator
249 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DSpecifiers.h228 SC_PrivateExtern, enumerator
237 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DSpecifiers.h245 SC_PrivateExtern, enumerator
254 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Basic/
H A DSpecifiers.h245 SC_PrivateExtern, enumerator
254 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DSpecifiers.h228 SC_PrivateExtern, enumerator
237 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DSpecifiers.h228 SC_PrivateExtern, enumerator
237 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DSpecifiers.h245 SC_PrivateExtern, enumerator
254 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h228 SC_PrivateExtern, enumerator
237 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DSpecifiers.h228 SC_PrivateExtern, enumerator
237 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DSpecifiers.h228 SC_PrivateExtern, enumerator
237 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Basic/
H A DSpecifiers.h228 SC_PrivateExtern, enumerator
237 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/
H A DSpecifiers.h238 SC_PrivateExtern, enumerator
247 return SC <= SC_PrivateExtern; in isLegalForFunction()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp645 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
652 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
769 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
790 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1223 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
1893 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp645 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
652 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
769 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
790 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1223 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
1893 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DDecl.cpp664 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
671 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
792 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
813 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1255 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
1967 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp664 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
671 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
792 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
813 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1255 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
1942 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DDecl.cpp664 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
671 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
792 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
813 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1255 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
1942 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp664 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
671 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
792 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
813 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1251 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
1955 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DDecl.cpp664 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
671 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
792 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
813 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1277 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
1992 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DDecl.cpp664 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
671 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
792 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
813 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1277 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
1992 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp663 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
670 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
791 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
812 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1246 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
1927 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()

12345