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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp812 DeclStmt *DS, SourceLocation &Cxx1yLoc) {
902 if (!Cxx1yLoc.isValid())
903 Cxx1yLoc = DS->getLocStart();
961 SourceLocation &Cxx1yLoc) {
974 if (!CheckConstexprDeclStmt(SemaRef, Dcl, cast<DeclStmt>(S), Cxx1yLoc))
982 if (!Cxx1yLoc.isValid())
983 Cxx1yLoc = S->getLocStart();
992 if (!Cxx1yLoc.isValid())
993 Cxx1yLoc = S->getLocStart();
999 Cxx1yLoc))
811 CheckConstexprDeclStmt(Sema &SemaRef, const FunctionDecl *Dcl, DeclStmt *DS, SourceLocation &Cxx1yLoc) argument
959 CheckConstexprFunctionStmt(Sema &SemaRef, const FunctionDecl *Dcl, Stmt *S, SmallVectorImpl<SourceLocation> &ReturnStmts, SourceLocation &Cxx1yLoc) argument
1099 SourceLocation Cxx1yLoc; local
[all...]

Completed in 112 milliseconds