HomeSort by relevance Sort by last modified time
    Searched defs:VisitLabelDecl (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
DeclPrinter.cpp 59 void VisitLabelDecl(LabelDecl *D);
601 void DeclPrinter::VisitLabelDecl(LabelDecl *D) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 54 void VisitLabelDecl(LabelDecl *LD);
808 void ASTDeclWriter::VisitLabelDecl(LabelDecl *D) {
    [all...]
ASTReaderDecl.cpp 219 void VisitLabelDecl(LabelDecl *LD);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 116 TemplateDeclInstantiator::VisitLabelDecl(LabelDecl *D) {
    [all...]

Completed in 30 milliseconds