/external/clang/include/clang/Basic/ |
Specifiers.h | 70 TST_decltype, // C++11 decltype
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
Specifiers.h | 70 TST_decltype, // C++11 decltype
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
Specifiers.h | 70 TST_decltype, // C++11 decltype
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
Specifiers.h | 70 TST_decltype, // C++11 decltype
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
Specifiers.h | 70 TST_decltype, // C++11 decltype
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
Specifiers.h | 70 TST_decltype, // C++11 decltype
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
Specifiers.h | 70 TST_decltype, // C++11 decltype
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
Specifiers.h | 70 TST_decltype, // C++11 decltype
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
Specifiers.h | 70 TST_decltype, // C++11 decltype
|
/external/clang/include/clang/Sema/ |
DeclSpec.h | 296 static const TST TST_decltype = clang::TST_decltype; 407 return (T == TST_typeofExpr || T == TST_decltype); [all...] |
/external/clang/lib/Sema/ |
DeclSpec.cpp | 315 case TST_decltype: 476 case DeclSpec::TST_decltype: return "(decltype)"; [all...] |
SemaTemplateVariadic.cpp | 713 case TST_decltype: [all...] |
SemaCXXScopeSpec.cpp | [all...] |
SemaExprCXX.cpp | 329 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype [all...] |
SemaType.cpp | [all...] |
SemaDecl.cpp | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/ |
DeclSpec.h | 296 static const TST TST_decltype = clang::TST_decltype; 408 return (T == TST_typeofExpr || T == TST_decltype); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/ |
DeclSpec.h | 296 static const TST TST_decltype = clang::TST_decltype; 408 return (T == TST_typeofExpr || T == TST_decltype); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/ |
DeclSpec.h | 296 static const TST TST_decltype = clang::TST_decltype; 408 return (T == TST_typeofExpr || T == TST_decltype); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
DeclSpec.h | 296 static const TST TST_decltype = clang::TST_decltype; 408 return (T == TST_typeofExpr || T == TST_decltype); [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/ |
DeclSpec.h | 296 static const TST TST_decltype = clang::TST_decltype; 408 return (T == TST_typeofExpr || T == TST_decltype); [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/ |
DeclSpec.h | 296 static const TST TST_decltype = clang::TST_decltype; 408 return (T == TST_typeofExpr || T == TST_decltype); [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/ |
DeclSpec.h | 296 static const TST TST_decltype = clang::TST_decltype; 408 return (T == TST_typeofExpr || T == TST_decltype); [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
DeclSpec.h | 296 static const TST TST_decltype = clang::TST_decltype; 408 return (T == TST_typeofExpr || T == TST_decltype); [all...] |
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | 858 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec, 879 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : [all...] |