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

/external/clang/lib/Sema/
H A DDeclSpec.cpp548 // Overwrite TSWLoc only if TypeSpecWidth was unspecified, so that
551 TSWLoc = Loc;
931 TSWLoc, TSCLoc, TSSLoc, AltiVecLoc,
974 Diag(D, TSWLoc, diag::err_invalid_vector_bool_decl_spec)
1013 Diag(D, TSWLoc,
1025 Diag(D, TSWLoc, diag::err_invalid_long_spec)
/external/clang/include/clang/Sema/
H A DDeclSpec.h368 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc; member in class:clang::DeclSpec
490 SourceLocation getTypeSpecWidthLoc() const { return TSWLoc; }

Completed in 466 milliseconds