OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAttr
(Results
26 - 50
of
72
) sorted by null
1
2
3
/external/clang/lib/Index/
CommentToXML.cpp
207
const HTMLStartTagComment::Attribute &Attr = C->
getAttr
(i);
[
all
...]
/frameworks/compile/slang/
slang_rs_export_foreach.cpp
437
if (auto *Kernel = FD->
getAttr
<clang::KernelAttr>()) {
/external/clang/lib/CodeGen/
CGCall.cpp
164
if (PcsAttr *PCS = D->
getAttr
<PcsAttr>())
[
all
...]
CodeGenFunction.cpp
552
const OpenCLImageAccessAttr *A = parm->
getAttr
<OpenCLImageAccessAttr>();
588
if (const VecTypeHintAttr *A = FD->
getAttr
<VecTypeHintAttr>()) {
604
if (const WorkGroupSizeHintAttr *A = FD->
getAttr
<WorkGroupSizeHintAttr>()) {
613
if (const ReqdWorkGroupSizeAttr *A = FD->
getAttr
<ReqdWorkGroupSizeAttr>()) {
[
all
...]
CGDecl.cpp
375
if (const SectionAttr *SA = D.
getAttr
<SectionAttr>())
[
all
...]
TargetInfo.cpp
[
all
...]
CGExprScalar.cpp
104
AVAttr = TTy->getDecl()->
getAttr
<AlignValueAttr>();
111
AVAttr = VD->
getAttr
<AlignValueAttr>();
118
AVAttr = TTy->getDecl()->
getAttr
<AlignValueAttr>();
[
all
...]
/external/clang/lib/Sema/
SemaStmtAsm.cpp
92
S.Diag(Func->
getAttr
<NakedAttr>()->getLocation(), diag::note_attribute);
98
S.Diag(Func->
getAttr
<NakedAttr>()->getLocation(), diag::note_attribute);
SemaDecl.cpp
[
all
...]
SemaObjCProperty.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
/external/clang/lib/AST/
DeclObjC.cpp
887
if (const ObjCMethodFamilyAttr *attr =
getAttr
<ObjCMethodFamilyAttr>()) {
[
all
...]
RecordLayoutBuilder.cpp
[
all
...]
ASTDumper.cpp
[
all
...]
Decl.cpp
210
if (const auto *A = D->
getAttr
<TypeVisibilityAttr>()) {
216
if (const auto *A = D->
getAttr
<VisibilityAttr>()) {
[
all
...]
ExprCXX.cpp
71
if (const UuidAttr *Uuid = RD->getMostRecentDecl()->
getAttr
<UuidAttr>())
[
all
...]
MicrosoftMangle.cpp
[
all
...]
/external/clang/include/clang/Serialization/
ASTWriter.h
341
const Attr *
getAttr
() const { return Attribute; }
[
all
...]
/frameworks/support/v14/preference/src/android/support/v14/preference/
PreferenceFragment.java
252
TypedArrayUtils.
getAttr
(mStyledContext,
[
all
...]
/frameworks/support/v7/preference/src/android/support/v7/preference/
Preference.java
328
this(context, attrs, TypedArrayUtils.
getAttr
(context, R.attr.preferenceStyle,
[
all
...]
/external/clang/unittests/AST/
CommentParser.cpp
403
StringRef ActualName = HST->
getAttr
(0).Name;
409
StringRef ActualValue = HST->
getAttr
(0).Value;
[
all
...]
/external/clang/include/clang/AST/
Comment.h
482
const Attribute &
getAttr
(unsigned Idx) const {
DeclBase.h
490
template<typename T> T *
getAttr
() const {
[
all
...]
/external/clang/lib/Analysis/
ThreadSafety.cpp
[
all
...]
ThreadSafetyCommon.cpp
356
if (LockReturnedAttr* At = FD->
getAttr
<LockReturnedAttr>()) {
[
all
...]
Completed in 7491 milliseconds
1
2
3