Home
last modified time | relevance | path

Searched refs:SemaLoongArch (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaLoongArch.h22 class SemaLoongArch : public SemaBase {
24 SemaLoongArch(Sema &S);
H A DSema.h166 class SemaLoongArch; variable
1449 SemaLoongArch &LoongArch() { in LoongArch()
1580 std::unique_ptr<SemaLoongArch> LoongArchPtr;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLoongArch.cpp20 SemaLoongArch::SemaLoongArch(Sema &S) : SemaBase(S) {} in SemaLoongArch() function in clang::SemaLoongArch
22 bool SemaLoongArch::CheckLoongArchBuiltinFunctionCall(const TargetInfo &TI, in CheckLoongArchBuiltinFunctionCall()
H A DSema.cpp292 LoongArchPtr(std::make_unique<SemaLoongArch>(*this)), in Sema()
/freebsd/lib/clang/libclang/
H A DMakefile622 SRCS_MIN+= Sema/SemaLoongArch.cpp