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.h21 class SemaLoongArch : public SemaBase {
23 SemaLoongArch(Sema &S);
H A DSema.h181 class SemaLoongArch; variable
1179 SemaLoongArch &LoongArch() { in LoongArch()
1302 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.cpp233 LoongArchPtr(std::make_unique<SemaLoongArch>(*this)), in Sema()
/freebsd/lib/clang/libclang/
H A DMakefile587 SRCS_MIN+= Sema/SemaLoongArch.cpp