Lines Matching full:sema
1 //===--- SemaFixItUtils.cpp - Sema FixIts ---------------------------------===//
10 // This file defines helper classes for generation of Sema FixItHints.
18 #include "clang/Sema/Sema.h"
19 #include "clang/Sema/SemaFixItUtils.h"
25 Sema &S,
54 Sema &S) {
163 static bool isMacroDefined(const Sema &S, SourceLocation Loc, StringRef Name) {
172 const Type &T, SourceLocation Loc, const Sema &S) {
204 Sema::getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const {
223 Sema::getFixItZeroLiteralForType(QualType T, SourceLocation Loc) const {