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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DInputInfo.h54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) argument
55 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, argument
65 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
H A DAction.cpp168 InputAction::InputAction(const Arg &_Input, types::ID _Type) argument
169 : Action(InputClass, _Type), Input(_Input) {}
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h80 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
155 &DefineMatcher##_Type##OverloadId)(ParamType Param); \
206 &DefineMatcher##_Type##OverloadId)(ParamType1 Param1, \
296 ReturnTypesF> (&DefineMatcher##_Type##OverloadId)(ParamType Param); \
349 ParamType2, ReturnTypesF> (&DefineMatcher##_Type##OverloadId)( \
487 &DefineMatcher##_Type##OverloadId##Flags)(llvm::StringRef, \
490 &DefineMatcher##_Type##OverloadId)(llvm::StringRef); \
545 &DefineMatcher##_Type##OverloadId##Flags)( \
550 &DefineMatcher##_Type##OverloadId)(llvm::StringRef Param); \
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dconfig.h199 template <typename _Type, typename _Mem>
207 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacobject.h239 #define ACPI_COMMON_BUFFER_INFO(_Type) \
240 _Type *Pointer; \
/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h306 #define ACPI_DISPLAY_ADR(_DeviceIdScheme, _HeadId, _NonVgaOutput, _BiosCanDetect, _VendorInfo, _Type, _Port, _Index) \
312 (((_Type) & 0xf) << 8) | \
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp78 static_cast<::clang::ast_matchers::name##_Type##Id>( \

Completed in 140 milliseconds