Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp716 TSCLoc = Loc; in SetTypeSpecComplex()
1132 TSWRange.getBegin(), TSCLoc, TSSLoc, in Finish()
1292 S.Diag(TSCLoc, diag::ext_plain_complex) in Finish()
1305 S.Diag(TSCLoc, diag::err_invalid_complex_spec) in Finish()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h381 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc; variable
512 SourceLocation getTypeSpecComplexLoc() const { return TSCLoc; } in getTypeSpecComplexLoc()