Home
last modified time | relevance | path

Searched refs:TSCLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp737 TSCLoc = Loc; in SetTypeSpecComplex()
1152 TSWRange.getBegin(), TSCLoc, TSSLoc, in Finish()
1318 S.Diag(TSCLoc, diag::ext_plain_complex) in Finish()
1332 S.Diag(TSCLoc, diag::err_invalid_complex_spec) in Finish()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h408 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc; variable
547 SourceLocation getTypeSpecComplexLoc() const { return TSCLoc; } in getTypeSpecComplexLoc()