Searched refs:_Type (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Driver/ |
D | InputInfo.h | 46 InputInfo(types::ID _Type, const char *_BaseInput) in InputInfo() argument 47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput) in InputInfo() argument 50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 53 InputInfo(const llvm::opt::Arg *_InputArg, types::ID _Type, in InputInfo() argument 55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
|
D | Action.cpp | 46 InputAction::InputAction(const Arg &_Input, types::ID _Type) in InputAction() argument 47 : Action(InputClass, _Type), Input(_Input) { in InputAction()
|
/external/clang/include/clang/Driver/ |
D | Action.h | 74 Action(ActionClass _Kind, types::ID _Type) in Action() argument 75 : Kind(_Kind), Type(_Type), OwnsInputs(true) {} in Action() 76 Action(ActionClass _Kind, std::unique_ptr<Action> Input, types::ID _Type) in Action() argument 77 : Kind(_Kind), Type(_Type), Inputs(1, Input.release()), OwnsInputs(true) { in Action() 82 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type) in Action() argument 83 : Kind(_Kind), Type(_Type), Inputs(_Inputs), OwnsInputs(true) {} in Action() 111 InputAction(const llvm::opt::Arg &_Input, types::ID _Type);
|
/external/skia/src/core/ |
D | 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; \
|
D | SkRecord.h | 169 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); in visit() 179 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr()); in mutate()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 67 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \ 134 typedef internal::Matcher<Type>(&DefineMatcher##_Type##OverloadId)( \ 182 typedef internal::Matcher<Type>(&DefineMatcher##_Type##OverloadId)( \ 265 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \ 314 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
|
/external/skia/include/core/ |
D | SkFlattenable.h | 59 return k##flattenable##_Type; \
|
/external/skia/tools/ |
D | DumpRecord.cpp | 84 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 57 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
|
/external/clang/docs/ |
D | InternalsManual.rst | 808 .. _Type:
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2589 .. _Type:
|