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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h421 void VisitFileScopeAsmDecl(const FileScopeAsmDecl *D) { function in class:clang::ASTNodeTraverser
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp74 void VisitFileScopeAsmDecl(FileScopeAsmDecl *D);
909 void DeclPrinter::VisitFileScopeAsmDecl(FileScopeAsmDecl *D) { function in class:DeclPrinter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp120 void VisitFileScopeAsmDecl(FileScopeAsmDecl *D);
1143 void ASTDeclWriter::VisitFileScopeAsmDecl(FileScopeAsmDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp392 void VisitFileScopeAsmDecl(FileScopeAsmDecl *AD);
1492 void ASTDeclReader::VisitFileScopeAsmDecl(FileScopeAsmDecl *AD) { function in class:ASTDeclReader

Completed in 80 milliseconds