HomeSort by: relevance | last modified time | path
    Searched refs:VisitStaticAssertDecl (Results 1 - 10 of 10) 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/
ODRHash.cpp 315 void VisitStaticAssertDecl(const StaticAssertDecl *D) {
319 Inherited::VisitStaticAssertDecl(D);
DeclPrinter.cpp 76 void VisitStaticAssertDecl(StaticAssertDecl *D);
937 void DeclPrinter::VisitStaticAssertDecl(StaticAssertDecl *D) {
ASTImporter.cpp 482 ExpectedDecl VisitStaticAssertDecl(StaticAssertDecl *D);
2304 ExpectedDecl ASTNodeImporter::VisitStaticAssertDecl(StaticAssertDecl *D) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 520 void VisitStaticAssertDecl(const StaticAssertDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 726 bool VisitStaticAssertDecl(const StaticAssertDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 126 void VisitStaticAssertDecl(StaticAssertDecl *D);
1748 void ASTDeclWriter::VisitStaticAssertDecl(StaticAssertDecl *D) {
ASTReaderDecl.cpp 402 void VisitStaticAssertDecl(StaticAssertDecl *D);
2415 void ASTDeclReader::VisitStaticAssertDecl(StaticAssertDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1280 Decl *TemplateDeclInstantiator::VisitStaticAssertDecl(StaticAssertDecl *D) {

Completed in 81 milliseconds