Lines Matching full:semantic
1 //===------ SemaDeclCXX.cpp - Semantic Analysis for C++ Declarations ------===//
10 // This file implements semantic analysis for C++ declarations.
262 // the same semantic constraints as the initializer expression in
349 /// ActOnParamDefaultArgumentError - Parsing or semantic analysis of
3279 // Don't try to build an implicit initializer if there were semantic
4145 /// \brief Perform semantic checks on a class definition that has been
8435 /// \brief Perform any semantic analysis which needs to be delayed until all
8502 // directly construct UnaryOperators here because semantic analysis
10719 /// \brief Perform semantic analysis for the variable declaration that
10942 /// \brief Perform semantic analysis of the given friend type declaration.