Searched refs:TSWLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp547 // Overwrite TSWLoc only if TypeSpecWidth was unspecified, so that
550 TSWLoc = Loc;
852 TSWLoc, TSCLoc, TSSLoc, AltiVecLoc,
895 Diag(D, TSWLoc, diag::err_invalid_vector_bool_decl_spec)
934 Diag(D, TSWLoc,
946 Diag(D, TSWLoc, diag::err_invalid_long_spec)
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h375 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc; member in class:clang::DeclSpec
489 SourceLocation getTypeSpecWidthLoc() const { return TSWLoc; }

Completed in 206 milliseconds