Searched refs:HeaderDesc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.h | 53 struct HeaderDesc { struct 60 constexpr HeaderDesc() : ID() {} in HeaderDesc() argument 61 constexpr HeaderDesc(HeaderID ID) : ID(ID) {} in HeaderDesc() function 90 HeaderDesc Header = HeaderDesc::NO_HEADER; 205 HeaderDesc::NO_HEADER, ALL_LANGUAGES}, 208 HeaderDesc::NO_HEADER, LANG}, 211 HeaderDesc::HEADER, LANG}, 215 HeaderDesc::NO_HEADER, ALL_LANGUAGES}, 220 HeaderDesc::HEADER, LANG},
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Builtins.cpp | 21 const char *HeaderDesc::getName() const { in getName() 151 if (LangOpts.NoMathBuiltin && BuiltinInfo.Header.ID == HeaderDesc::MATH_H) in builtinIsSupported()
|