HomeSort by relevance Sort by last modified time
    Searched refs:_Type (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Driver/
InputInfo.h 46 InputInfo(types::ID _Type, const char *_BaseInput)
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput)
50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) {
53 InputInfo(const llvm::opt::Arg *_InputArg, types::ID _Type,
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
Action.cpp 45 InputAction::InputAction(const Arg &_Input, types::ID _Type)
46 : Action(InputClass, _Type), Input(_Input) {
  /external/clang/include/clang/Driver/
Action.h 73 Action(ActionClass _Kind, types::ID _Type)
74 : Kind(_Kind), Type(_Type), OwnsInputs(true) {}
75 Action(ActionClass _Kind, Action *Input, types::ID _Type)
76 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {}
77 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type)
78 : Kind(_Kind), Type(_Type), Inputs(_Inputs), OwnsInputs(true) {}
106 InputAction(const llvm::opt::Arg &_Input, types::ID _Type);
  /external/chromium_org/third_party/skia/src/core/
SkRecords.h 66 #define ENUM(T) T##_Type,
74 static const Type kType = T##_Type; \
83 static const Type kType = T##_Type; \
91 static const Type kType = T##_Type; \
99 static const Type kType = T##_Type; \
107 static const Type kType = T##_Type; \
115 static const Type kType = T##_Type; \
SkRecord.h 201 #define CASE(T) case SkRecords::T##_Type: return f(*this->ptr<SkRecords::T>());
212 #define CASE(T) case SkRecords::T##_Type: return f(this->ptr<SkRecords::T>());
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 56 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
123 typedef internal::Matcher<Type>(&DefineMatcher##_Type##OverloadId)( \
171 typedef internal::Matcher<Type>(&DefineMatcher##_Type##OverloadId)( \
261 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
310 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
  /external/chromium_org/third_party/skia/include/core/
SkFlattenable.h 87 return k##flattenable##_Type; \
  /external/chromium_org/third_party/skia/tools/
DumpRecord.cpp 84 #define CASE(U) case SkRecords::U##_Type: return #U;
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSSettings.py 67 class _Type(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)
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 57 static_cast< ::clang::ast_matchers::name##_Type##Id>( \

Completed in 700 milliseconds