Searched refs:_Type (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Driver/
H A DInputInfo.h46 InputInfo(types::ID _Type, const char *_BaseInput) argument
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput) argument
50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) {
53 InputInfo(const llvm::opt::Arg *_InputArg, types::ID _Type, argument
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
H A DAction.cpp48 InputAction::InputAction(const Arg &_Input, types::ID _Type) argument
49 : Action(InputClass, _Type), Input(_Input) {
/external/skia/include/core/
H A DSkFlattenable.h61 return k##flattenable##_Type; \
/external/skia/src/core/
H A DSkRecord.h173 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr());
183 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr());
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
156 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
298 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
352 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
/external/skia/tools/
H A DDumpRecord.cpp97 #define CASE(U) case SkRecords::U##_Type: return #U;
/external/v8/tools/gyp/pylib/gyp/
H A DMSVSSettings.py67 class _Type(object): class in inherits:object
105 class _String(_Type):
121 class _StringList(_Type):
140 class _Boolean(_Type):
158 class _Integer(_Type):
162 _Type.__init__(self)
178 class _Enumeration(_Type):
192 _Type.__init__(self)
/external/skia/include/private/
H A DSkRecords.h72 #define ENUM(T) T##_Type,
187 static const Type kType = T##_Type; \
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \

Completed in 131 milliseconds