Searched refs:BuildStaticAssertDeclaration (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 877 return SemaRef.BuildStaticAssertDeclaration(D->getLocation(), in VisitStaticAssertDecl()
|
D | SemaDeclCXX.cpp | 12375 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration() 12379 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 1260 return SemaRef.BuildStaticAssertDeclaration(D->getLocation(), in VisitStaticAssertDecl()
|
D | SemaDeclCXX.cpp | 16028 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr, in ActOnStaticAssertDeclaration() 16032 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, in BuildStaticAssertDeclaration() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5445 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6968 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,
|