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

  /external/clang/include/clang/Serialization/
ASTWriter.h 443 void WriteAttributes(ArrayRef<const Attr*> Attrs, RecordDataImpl &Record);
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 155 Writer.WriteAttributes(ArrayRef<const Attr*>(D->getAttrs().begin(),
    [all...]
ASTWriterStmt.cpp 111 Writer.WriteAttributes(S->getAttrs(), Record);
    [all...]
ASTWriter.cpp     [all...]

Completed in 51 milliseconds