HomeSort by relevance Sort by last modified time
    Searched refs:TSWLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
DeclSpec.cpp 547 // Overwrite TSWLoc only if TypeSpecWidth was unspecified, so that
550 TSWLoc = Loc;
866 TSWLoc, TSCLoc, TSSLoc, AltiVecLoc,
909 Diag(D, TSWLoc, diag::err_invalid_vector_bool_decl_spec)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 375 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc;
489 SourceLocation getTypeSpecWidthLoc() const { return TSWLoc; }
    [all...]

Completed in 259 milliseconds