HomeSort by: relevance | last modified time | path
    Searched refs:StaticAssertDecl (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CursorVisitor.h 242 bool VisitStaticAssertDecl(StaticAssertDecl *D);
CIndex.cpp 1284 bool CursorVisitor::VisitStaticAssertDecl(StaticAssertDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 3153 void StaticAssertDecl::anchor() {}
3155 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC,
3161 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
3165 StaticAssertDecl *StaticAssertDecl::CreateDeserialized(ASTContext &C,
3167 return new (C, ID) StaticAssertDecl(nullptr, SourceLocation(), nullptr,
DeclPrinter.cpp 76 void VisitStaticAssertDecl(StaticAssertDecl *D);
937 void DeclPrinter::VisitStaticAssertDecl(StaticAssertDecl *D) {
ODRHash.cpp 315 void VisitStaticAssertDecl(const StaticAssertDecl *D) {
DeclBase.cpp 977 isa<StaticAssertDecl>(this) || isa<BlockDecl>(this) ||
ASTImporter.cpp 482 ExpectedDecl VisitStaticAssertDecl(StaticAssertDecl *D);
2304 ExpectedDecl ASTNodeImporter::VisitStaticAssertDecl(StaticAssertDecl *D) {
2319 StaticAssertDecl *ToD;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 520 void VisitStaticAssertDecl(const StaticAssertDecl *D) {
DeclCXX.h 3779 class StaticAssertDecl : public Decl {
3784 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc,
3796 static StaticAssertDecl *Create(ASTContext &C, DeclContext *DC,
3800 static StaticAssertDecl *CreateDeserialized(ASTContext &C, unsigned ID);
RecursiveASTVisitor.h 1493 DEF_TRAVERSE_DECL(StaticAssertDecl, {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 599 if (isa<StaticAssertDecl>(D))
SemaTemplateInstantiate.cpp 2750 } else if (StaticAssertDecl *SA = dyn_cast<StaticAssertDecl>(NewMember)) {
SemaTemplateInstantiateDecl.cpp 1280 Decl *TemplateDeclInstantiator::VisitStaticAssertDecl(StaticAssertDecl *D) {
SemaDecl.cpp 4456 if (isa<StaticAssertDecl>(D) || isa<IndirectFieldDecl>(D) ||
5131 } else if (isa<StaticAssertDecl>(Mem)) {
SemaDeclCXX.cpp 16175 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc,
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 726 bool VisitStaticAssertDecl(const StaticAssertDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 944 const internal::VariadicDynCastAllOfMatcher<Decl, StaticAssertDecl>
945 staticAssertDecl;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 402 void VisitStaticAssertDecl(StaticAssertDecl *D);
2415 void ASTDeclReader::VisitStaticAssertDecl(StaticAssertDecl *D) {
3940 D = StaticAssertDecl::CreateDeserialized(Context, ID);
ASTWriterDecl.cpp 126 void VisitStaticAssertDecl(StaticAssertDecl *D);
1748 void ASTDeclWriter::VisitStaticAssertDecl(StaticAssertDecl *D) {
ASTReader.cpp 10346 StaticAssertDecl *FirstSA = cast<StaticAssertDecl>(FirstDecl);
10347 StaticAssertDecl *SecondSA = cast<StaticAssertDecl>(SecondDecl);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 1527 bool WalkUpFromStaticAssertDecl(StaticAssertDecl *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 2520 extern const internal::VariadicDynCastAllOfMatcher<Decl, StaticAssertDecl>
2521 staticAssertDecl;

Completed in 135 milliseconds