Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DDeclSpec.cpp584 TSCLoc = Loc; in SetTypeSpecComplex()
924 TSWLoc, TSCLoc, TSSLoc, AltiVecLoc, in Finish()
1030 Diag(D, TSCLoc, diag::ext_plain_complex) in Finish()
1040 Diag(D, TSCLoc, diag::err_invalid_complex_spec) in Finish()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h376 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc; variable
499 SourceLocation getTypeSpecComplexLoc() const { return TSCLoc; } in getTypeSpecComplexLoc()