|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/DeclSpec.h 163 void MakeTrivial(ASTContext &Context, NestedNameSpecifier *Qualifier,
References
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp 640 SS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
tools/clang/lib/Sema/SemaDecl.cpp 263 SS.MakeTrivial(Context, NNS, SourceRange(NameLoc));
387 NewSS.MakeTrivial(Context, NNS, SourceRange(NameLoc));
407 SS->MakeTrivial(Context, NNS, SourceRange(NameLoc));
712 tmpSS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
tools/clang/lib/Sema/SemaDeclCXX.cpp12176 SS.MakeTrivial(S.Context,
tools/clang/lib/Sema/SemaExpr.cpp 2153 SS.MakeTrivial(Context, NNS, SourceRange(Loc, Loc));
tools/clang/lib/Sema/SemaExprCXX.cpp 7550 NewSS.MakeTrivial(SemaRef.Context, NNS, TC.getCorrectionRange());
tools/clang/lib/Sema/SemaTemplate.cpp 6983 SS.MakeTrivial(Context, Qualifier, Loc);