Searched defs:ConstexprLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseExprCXX.cpp | 1162 tryConsumeLambdaSpecifierToken(Parser & P,SourceLocation & MutableLoc,SourceLocation & StaticLoc,SourceLocation & ConstexprLoc,SourceLocation & ConstevalLoc,SourceLocation & DeclEndLoc) tryConsumeLambdaSpecifierToken() argument |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ | ||
H A D | DeclSpec.h | 420 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; global() variable |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclCXX.cpp | 3542 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); ActOnCXXMemberDeclarator() local |