OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDLLAttr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h
54
inline InheritableAttr *
getDLLAttr
(Decl *D) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp
2539
if (Attr *ClassAttr =
getDLLAttr
(Class)) {
5929
Attr *ClassAttr =
getDLLAttr
(Class);
6180
Attr *ClassAttr =
getDLLAttr
(Class);
6186
getDLLAttr
(Spec->getSpecializedTemplate()->getTemplatedDecl())) {
6209
InheritableAttr *MemberAttr =
getDLLAttr
(Member);
6298
if (!
getDLLAttr
(Member)) {
6327
assert(!
getDLLAttr
(FD) &&
6346
if (
getDLLAttr
(
6353
if (!
getDLLAttr
(BaseTemplateSpec) &&
6377
if (
getDLLAttr
(BaseTemplateSpec))
[
all
...]
SemaTemplate.cpp
9490
auto *A = cast_or_null<InheritableAttr>(
getDLLAttr
(Def));
9750
if (!
getDLLAttr
(Def) &&
getDLLAttr
(Specialization) &&
9757
getDLLAttr
(Specialization)->clone(getASTContext()));
SemaDecl.cpp
6432
if (const InheritableAttr *Attr =
getDLLAttr
(&ND)) {
13261
while (FD && !
getDLLAttr
(FD) &&
13271
if (Attr *A =
getDLLAttr
(FD)) {
13364
const InheritableAttr *DLLAttr =
getDLLAttr
(VD);
13392
if (F &&
getDLLAttr
(F)) {
Completed in 46 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026